This is the complete list of members for kanzi::Texture, including all inherited members.
acquireLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
acquireModifierStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
acquireNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
acquirePropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
addPropertyModifier(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner) | kanzi::PropertyObject | inline |
addPropertyNotificationHandler(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::NotificationCallback callback, void *owner) | kanzi::PropertyObject | inline |
addPropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, PropertyValuePrecedence precedence, void *owner) | kanzi::PropertyObject | inline |
addPropertyValueSource(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::ValueSource *valueSource, PropertyValuePrecedence precedence, void *owner) | kanzi::PropertyObject | protected |
addressingMode | kanzi::Texture | |
adjust(const Renderer &renderer, string_view name) | kanzi::Texture | |
anisotropy | kanzi::Texture | |
APIAttachment enum name | kanzi::Surface | |
APIAttachmentColor0 enum value | kanzi::Surface | |
APIAttachmentColor1 enum value | kanzi::Surface | |
APIAttachmentColor2 enum value | kanzi::Surface | |
APIAttachmentColor3 enum value | kanzi::Surface | |
APIAttachmentCount enum value | kanzi::Surface | |
APIAttachmentDepth enum value | kanzi::Surface | |
APIAttachmentInvalid enum value | kanzi::Surface | |
APIAttachmentStencil enum value | kanzi::Surface | |
AppliedStyleContainer typedef | kanzi::Object | protected |
applyObjectStyle(kanzi::StyleSharedPtr style) | kanzi::Object | |
applyObjectStyles() | kanzi::Object | |
attach(Usage usage, APIAttachment apiAttachment, Face face, unsigned int mipmapLevel) | kanzi::Surface | |
attachOverride(Usage usage, APIAttachment apiAttachment, Face face, unsigned int mipmapLevel) KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
beginPropertyStorage() | kanzi::PropertyObject | inlineprotected |
clearPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
constructLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
constructPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
copyLocalValue(const PropertyObject &other, AbstractPropertyType propertyType) | kanzi::PropertyObject | |
copyLocalValue(const AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
copyLocalValues(const PropertyObject &other) | kanzi::PropertyObject | |
create(Domain *domain, const CreateInfo &createInfo, string_view name) | kanzi::Texture | static |
create(Domain *domain, Type type, int nativeHandle, bool takeOwnership, GraphicsFormat format, unsigned int mipmapLevelCount, unsigned int width, unsigned int height, string_view name) | kanzi::Texture | static |
CreateInfo() | kanzi::Texture | explicit |
CreateInfo2D(BitmapImageUniquePtr image) | kanzi::Texture | explicit |
CreateInfo2D(Sampler::MipmapMode mipmaps, BitmapImageUniquePtr image) | kanzi::Texture | explicit |
CreateInfo2D(unsigned int width, unsigned int height, GraphicsFormat format) | kanzi::Texture | explicit |
CreateInfoCubemap(BitmapImageVector images) | kanzi::Texture | explicit |
CreateInfoCubemap(Sampler::MipmapMode mipmapMode, BitmapImageVector images) | kanzi::Texture | explicit |
CreateInfoHostCopy2D(unsigned int width, unsigned int height, GraphicsFormat format) | kanzi::Texture | explicit |
CreateInfoNode2DRenderTarget(unsigned int width, unsigned int height, GraphicsFormat format) | kanzi::Texture | explicit |
CreateInfoRenderpassRenderTarget(unsigned int width, unsigned int height, GraphicsFormat format) | kanzi::Texture | explicit |
CreateInfoRenderpassRenderTarget(Renderer *renderer, unsigned int sampleCount, unsigned int width, unsigned int height, GraphicsFormat format) | kanzi::Texture | explicit |
createLoadTask(string_view name, KzbFile *kzbFile, unique_ptr< ReadOnlyMemoryFile > file) | kanzi::Texture | static |
createSubstitutePattern(const Renderer &renderer, Type type) | kanzi::Texture | static |
deployImages(Renderer &renderer, const vector< BitmapImageSharedPtr > &images) | kanzi::Texture | protected |
deployInternalFramebuffers(Renderer &renderer, RenderbufferSharedPtr colorRenderbuffer, TextureSharedPtr depthTexture) | kanzi::Texture | protected |
depth | kanzi::Texture | |
depthCompareFunction | kanzi::Texture | |
depthStencilFormat | kanzi::Texture | |
endPropertyStorage() | kanzi::PropertyObject | inlineprotected |
Face enum name | kanzi::Surface | |
FaceDefault enum value | kanzi::Surface | |
FaceNegativeX enum value | kanzi::Surface | |
FaceNegativeY enum value | kanzi::Surface | |
FaceNegativeZ enum value | kanzi::Surface | |
FacePositiveX enum value | kanzi::Surface | |
FacePositiveY enum value | kanzi::Surface | |
FacePositiveZ enum value | kanzi::Surface | |
features | kanzi::Texture | |
findLocalValueSourceEntry(AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
findModifierStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
findNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
findPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
findPropertyStoragePtr(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
findPropertyTypeDescriptorByUnqualifiedNameAndDataType(string_view unqualifiedName, PropertyDataType dataType) | kanzi::PropertyObject | protected |
format | kanzi::Texture | |
generateMipmaps() | kanzi::Texture | |
getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
getAbstractPropertyBase(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
getClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getCPUMemoryUsage() const | kanzi::Resource | virtual |
getCPUMemoryUsageOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getDepthStencilFormat() const | kanzi::Texture | |
getDomain() const | kanzi::Object | |
getDynamicMetaclass() const KZ_OVERRIDE | kanzi::Object | virtual |
getFaceCount() const | kanzi::Surface | |
getFaceCountOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getFeatures() const | kanzi::Surface | |
getFeaturesOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getFinalValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getFormat() const | kanzi::Surface | |
getFormatOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getGPUMemoryUsage() const | kanzi::GPUResource | inline |
getGPUMemoryUsageOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getHeight() const | kanzi::Surface | |
getHeightDivisor() const | kanzi::Texture | inline |
getHeightOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getHostCopyImage(Face face, unsigned int slice) const | kanzi::Texture | |
getHostCopyImage() const | kanzi::Texture | |
getMemoryManager() const | kanzi::Resource | |
getMessageDispatcher() const | kanzi::Object | |
getMipmapLevelCount() const | kanzi::Surface | |
getMipmapLevelCountOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getName() const | kanzi::Resource | inline |
getNativeFramebufferHandle() const | kanzi::Texture | |
getNativeHandle() const | kanzi::Texture | |
getNonClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getOptionalAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
getOptionalProperty(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
getProperty(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
getPropertyBase(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
getPropertyNotificationHandlerCount(const PropertyType< DataType > &propertyType) | kanzi::PropertyObject | inline |
getRenderer() const | kanzi::GPUResource | inline |
getRenderTargetMode() const | kanzi::Texture | inline |
getRenderTargetSampleCount() const | kanzi::Surface | |
getRenderTargetSampleCountOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getResourceManager() const | kanzi::Object | |
getSampler() const | kanzi::Texture | |
getSliceCount() const | kanzi::Surface | |
getSliceCountOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
getStaticMetaclass() | kanzi::Object | static |
getTaskScheduler() const | kanzi::Object | |
getTopValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getTopValueSourceEntry(AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) const | kanzi::PropertyObject | protected |
getTopValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getType() const | kanzi::Texture | |
getUrl() const | kanzi::Resource | inline |
getWidth() const | kanzi::Surface | |
getWidthDivisor() const | kanzi::Texture | inline |
getWidthOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
GpuAndRam enum value | kanzi::GPUResource | |
GpuOnly enum value | kanzi::GPUResource | |
GPUResource(Domain *domain, string_view name="") | kanzi::GPUResource | explicitprotected |
hasAutomaticHeight() const | kanzi::Texture | inline |
hasAutomaticWidth() const | kanzi::Texture | inline |
hasBaseValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasLocalValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasNonClassValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
height | kanzi::Texture | |
heightDivisor | kanzi::Texture | |
images | kanzi::Texture | |
initialize() | kanzi::Object | inlineprotected |
invalidate() | kanzi::GPUResource | |
invalidateOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
isDeployed() const | kanzi::GPUResource | inline |
isDeployedOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
isFromKZB() const | kanzi::Resource | inline |
isKeepAlive() const | kanzi::Resource | |
isLoaded() const | kanzi::Resource | |
isPropertyFlagSet(AbstractPropertyType propertyType, uint32_t flag) const | kanzi::PropertyObject | |
isTypeOf(const Metaclass *objectType) const | kanzi::MetaObject | inline |
kzuResourceFinishLoading_private(const ResourceLoaderThreadContext *threadContext) | kanzi::Resource | |
kzuResourceLoad_private(const ResourceLoaderThreadContext *threadContext) | kanzi::Resource | |
load() | kanzi::Resource | |
loadFromKZB(const ResourceLoaderThreadContext *threadContext, KzcInputStream *inputStream, const KzuBinaryFileInfo *file) | kanzi::Resource | virtual |
m_appliedStyles | kanzi::Object | protected |
magnificationFilter | kanzi::Texture | |
makeEditorInfo() | kanzi::Object | static |
makeFramebuffer(Renderer *renderer, const CreateInfo &createInfo) | kanzi::Texture | protectedstatic |
makeHostCopyImages(const CreateInfo &createInfo) | kanzi::Texture | protectedstatic |
makeRenderbufferHandle(Renderer *renderer, const CreateInfo &createInfo) | kanzi::Texture | protectedstatic |
makeTexture(Renderer *renderer, const CreateInfo &createInfo) | kanzi::Texture | protectedstatic |
maxLod | kanzi::Texture | |
MemoryType enum name | kanzi::GPUResource | |
memoryType | kanzi::Texture | |
MetaObject() | kanzi::MetaObject | inlineexplicitprotected |
minificationFilter | kanzi::Texture | |
minLod | kanzi::Texture | |
mipLodBias | kanzi::Texture | |
mipmapLevelCount | kanzi::Texture | |
mipmapMode | kanzi::Texture | |
notifyPropertyHandlers(PropertyStoragePtr &propertyStorage, PropertyNotificationReason reason) | kanzi::PropertyObject | protectedvirtual |
Object(Domain *domain) | kanzi::Object | explicit |
onCopy(const Object &other) | kanzi::Object | protected |
kanzi::PropertyObject::onCopy(const PropertyObject &other) | kanzi::PropertyObject | protected |
onPropertyChanged(AbstractPropertyType propertyType, PropertyNotificationReason reason) | kanzi::PropertyObject | virtual |
PropertyObject() | kanzi::PropertyObject | explicit |
PropertyStorageConstIterator typedef | kanzi::PropertyObject | |
PropertyStorageContainer typedef | kanzi::PropertyObject | |
PropertyStorageIterator typedef | kanzi::PropertyObject | |
PropertyStoragePtr typedef | kanzi::PropertyObject | |
PropertyStorageReverseIterator typedef | kanzi::PropertyObject | |
RamOnly enum value | kanzi::GPUResource | |
reattachFramebuffer() | kanzi::Texture | |
reattachFramebuffer(RenderbufferSharedPtr colorRenderbuffer) | kanzi::Texture | |
reattachFramebuffer(TextureSharedPtr depthTexture) | kanzi::Texture | |
recreate(CreateInfo &createInfo) | kanzi::Texture | protected |
reload() | kanzi::Resource | |
reloadFromFile(string_view filePath) | kanzi::Resource | |
reloadFromFileOverride(string_view filePath) KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
reloadFromKzb(KzcInputStream *inputStream, const KzuBinaryFileInfo *file) | kanzi::Resource | |
reloadFromKzb(KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) | kanzi::Resource | |
reloadFromKzbOverride(KzcInputStream *inputStream, const KzuBinaryFileInfo *file) KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
reloadFromKzbOverride(KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
reloadOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
removeKzbProperties() | kanzi::PropertyObject | |
removeLocalValue(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
removePropertyModifier(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner) | kanzi::PropertyObject | inline |
removePropertyNotificationHandler(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::NotificationCallback callback, void *owner) | kanzi::PropertyObject | inline |
removePropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, void *owner) | kanzi::PropertyObject | inline |
removePropertyValueSource(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::ValueSource *valueSource, void *owner) | kanzi::PropertyObject | protected |
RenderTargetMode enum name | kanzi::Texture | |
renderTargetMode | kanzi::Texture | |
RenderTargetModeExternal enum value | kanzi::Texture | |
RenderTargetModeInternal enum value | kanzi::Texture | |
RenderTargetModeNone enum value | kanzi::Texture | |
renderTargetSampleCount | kanzi::Texture | |
resize(unsigned width, unsigned height) | kanzi::Texture | |
Resource(Domain *domain, string_view name) | kanzi::Resource | |
ResourceManager class | kanzi::Texture | friend |
setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
setData(Face face, unsigned int mipmapLevel, unsigned int x, unsigned int y, unsigned int width, unsigned int height, const kanzi::byte *data) | kanzi::Texture | |
setData(unsigned int mipmapLevel, unsigned int x, unsigned int y, unsigned int width, unsigned int height, const kanzi::byte *data) | kanzi::Texture | |
setData(const kanzi::byte *data) | kanzi::Texture | |
setKeepAlive(bool keepAlive) | kanzi::Resource | |
setKZB(const KzuBinaryDirectory *binaryDirectory, string_view path) | kanzi::Resource | |
setNotLoaded() | kanzi::Resource | inline |
setProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
setPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
setUrl(string_view url) | kanzi::Resource | |
Status enum name | kanzi::Texture | |
StatusImageFormatMismatch enum value | kanzi::Texture | |
StatusImageIncompatibleWithDevice enum value | kanzi::Texture | |
StatusImageMissingMipmaps enum value | kanzi::Texture | |
StatusInvalidFeatures enum value | kanzi::Texture | |
StatusInvalidImageCount enum value | kanzi::Texture | |
StatusInvalidImageSize enum value | kanzi::Texture | |
StatusInvalidMaximumSize enum value | kanzi::Texture | |
StatusInvalidMinimumSize enum value | kanzi::Texture | |
StatusInvalidMipmapSize enum value | kanzi::Texture | |
StatusInvalidRenderTargetMode enum value | kanzi::Texture | |
StatusInvalidType enum value | kanzi::Texture | |
StatusMissingImages enum value | kanzi::Texture | |
StatusTypeNotSupported enum value | kanzi::Texture | |
StatusUnsupportedDepthComparisonMode enum value | kanzi::Texture | |
StatusUnsupportedGraphicsFormat enum value | kanzi::Texture | |
StatusUnsupportedInternalRenderTargetSampleCount enum value | kanzi::Texture | |
StatusUnsupportedMultisampleFilter enum value | kanzi::Texture | |
StatusUnsupportedMultisampleMipmaps enum value | kanzi::Texture | |
StatusUnsupportedMultisampleSamples enum value | kanzi::Texture | |
StatusUnsupportedSampleCount enum value | kanzi::Texture | |
StatusUnsupportedTextureFilter enum value | kanzi::Texture | |
StatusValid enum value | kanzi::Texture | |
Surface(Domain *domain, string_view name) | kanzi::Surface | inlineexplicitprotected |
swap(Texture &texture1, Texture &texture2) | kanzi::Texture | friend |
Texture class | kanzi::Texture | friend |
Texture(Domain *domain, const CreateInfo &createInfo, string_view name) | kanzi::Texture | explicitprotected |
Texture(Domain *domain, Type type, int glHandle, bool takeOwnership, GraphicsFormat format, unsigned int mipmapLevelCount, unsigned int width, unsigned int height, string_view name) | kanzi::Texture | explicitprotected |
Type enum name | kanzi::Texture | |
type | kanzi::Texture | |
TypeCount enum value | kanzi::Texture | |
TypeCubeMap enum value | kanzi::Texture | |
TypeCubeMapArray enum value | kanzi::Texture | |
TypeExternal enum value | kanzi::Texture | |
TypeInvalid enum value | kanzi::Texture | |
TypeThreeDimensional enum value | kanzi::Texture | |
TypeTwoDimensional enum value | kanzi::Texture | |
TypeTwoDimensionalArray enum value | kanzi::Texture | |
TypeTwoDimensionalMultisample enum value | kanzi::Texture | |
TypeTwoDimensionalMultisampleArray enum value | kanzi::Texture | |
unapplyObjectStyle(AppliedStyleEntrySharedPtr appliedStyleEntry) | kanzi::Object | |
unapplyObjectStyles() | kanzi::Object | |
unload() | kanzi::Resource | |
unloadOverride() | kanzi::Resource | virtual |
updateShapeAndFormatFromImages() | kanzi::Texture | |
Usage enum name | kanzi::Surface | |
UsageMultisampleResolveBlitDestination enum value | kanzi::Surface | |
UsageRenderTarget enum value | kanzi::Surface | |
validate(const Renderer &renderer) const | kanzi::Texture | |
validateFormat(const Renderer &renderer) const | kanzi::Texture | protected |
validateImages(const Renderer &renderer) const | kanzi::Texture | protected |
validatePropertyModifiers(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
validatePropertyModifiersAndNotifyHandlers(PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
validateSize(const Renderer &renderer) const | kanzi::Texture | protected |
validateTargetCompatibility(const Renderer &renderer) const | kanzi::Texture | protected |
width | kanzi::Texture | |
widthDivisor | kanzi::Texture | |
~GPUResource() KZ_OVERRIDE | kanzi::GPUResource | virtual |
~MetaObject() | kanzi::MetaObject | virtual |
~Object() | kanzi::Object | virtual |
~PropertyObject() | kanzi::PropertyObject | virtual |
~Resource() | kanzi::Resource | virtual |