This is the complete list of members for kanzi::Texture, including all inherited members.
| 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 | |
| APIAttachmentDepth enum value | kanzi::Surface | |
| APIAttachmentInvalid enum value | kanzi::Surface | |
| APIAttachmentStencil enum value | kanzi::Surface | |
| AppliedStyleContainer typedef | kanzi::Object | protected |
| applyFlags(unsigned int flags) | kanzi::Texture | protected |
| applyObjectStyle(kanzi::StyleSharedPtr style) | kanzi::Object | |
| applyObjectStyles() | kanzi::Object | |
| applySampler() | kanzi::Texture | protected |
| areImagesValid(Renderer *renderer, const vector< KzcImage * > &images, Texture::Target target, Sampler::MipmapMode mipmapMode, GraphicsFormat &out_commonFormat, unsigned int &out_commonWidth, unsigned int &out_commonHeight, unsigned int &out_mipLevelCount) | kanzi::Texture | static |
| attach(Framebuffer &framebuffer, Surface::APIAttachment apiAttachment, unsigned int face, unsigned int mipLevel) KZ_OVERRIDE | kanzi::Texture | virtual |
| bind() | kanzi::Texture | |
| configure(GraphicsFormat format, unsigned int sampleCount, unsigned int width, unsigned int height, unsigned int sliceCount, unsigned int faceCount, unsigned int mipLevelCount) | kanzi::Surface | protected |
| copyLocalValues(const Object &other) | kanzi::Object | |
| create(Domain *domain, unsigned int width, unsigned int height, GraphicsFormat format, unsigned int flags, string_view name="") | kanzi::Texture | static |
| create(Domain *domain, vector< KzcImage * > const &sourceImages, unsigned int flags, string_view name="") | kanzi::Texture | static |
| create(Domain *domain, KzcImage *sourceImage, unsigned int flags, string_view name="") | kanzi::Texture | static |
| create(Domain *domain, Target target, unsigned int width, unsigned int height, unsigned int depth, GraphicsFormat format, unsigned int sampleCount, unsigned int mipmapLevelCount, Sampler::MipmapMode mipmapMode, float mipLodBias, float minLod, float maxLod, Sampler::Filter minificationFilter, Sampler::Filter magnificationFilter, Sampler::AddressingMode addressingMode, float anisotropy, bool createImages, string_view name="") | kanzi::Texture | static |
| createEmpty(Domain *domain, string_view name="") | kanzi::Texture | protectedstatic |
| CreateFlag enum name | kanzi::Texture | |
| CreateFlagClampAddress enum value | kanzi::Texture | |
| CreateFlagImages enum value | kanzi::Texture | |
| CreateFlagMipmapsLinear enum value | kanzi::Texture | |
| CreateFlagMipmapsNearest enum value | kanzi::Texture | |
| CreateFlagNearestFilter enum value | kanzi::Texture | |
| deploy() | kanzi::GPUResource | |
| deployed() | kanzi::GPUResource | inline |
| deployOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| finishLoadingOverride(const KzuResourceLoaderThreadContext *threadContext) KZ_OVERRIDE | kanzi::GPUResource | virtual |
| Framebuffer class | kanzi::Texture | friend |
| freeCommonData() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| generateMipmaps() | kanzi::Texture | |
| getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::Object | inline |
| getAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::DataType &value) const | kanzi::Object | inline |
| getCPUMemoryUsage() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| getDeployOnLoad() const | kanzi::GPUResource | |
| getDomain() const | kanzi::Object | |
| getDynamicMetaclass() const | kanzi::Object | virtual |
| getFaceCount() const | kanzi::Surface | |
| getFormat() const | kanzi::Surface | |
| getGLHandle() const | kanzi::Texture | |
| getGPUMemoryUsage() const | kanzi::GPUResource | inline |
| getGpuMemoryUsageEstimate() const | kanzi::Surface | protected |
| getGPUMemoryUsageOverride() const KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| getHeight() const | kanzi::Surface | |
| getImage(unsigned int face, unsigned int slice) const | kanzi::Texture | |
| getKeepAlive() const | kanzi::Resource | |
| getLoadingStrategy() const | kanzi::Resource | |
| getLoadState() | kanzi::Resource | inlineprotected |
| getMemoryManager() const | kanzi::Resource | |
| getMessageDispatcher() const | kanzi::Object | |
| getMipLevelCount() const | kanzi::Surface | |
| getName() const | kanzi::Resource | |
| getProperty(const PropertyType< DataType > &propertyType) const | kanzi::Object | inline |
| getProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::DataType &value) const | kanzi::Object | inline |
| getPropertyManager() const | kanzi::Object | |
| getRenderer() const | kanzi::GPUResource | inline |
| getResourceManager() const | kanzi::Object | |
| getSampleCount() const | kanzi::Surface | |
| getSampler() const | kanzi::Texture | |
| getSliceCount() const | kanzi::Surface | |
| getStaticMetaclass() | kanzi::Object | static |
| getTarget() const | kanzi::Texture | |
| getTaskScheduler() const | kanzi::Object | |
| getWidth() const | kanzi::Surface | |
| GPUResource(Domain *domain, string_view name="") | kanzi::GPUResource | explicitprotected |
| hasImages() const | kanzi::Texture | |
| hasLocalValue(AbstractPropertyType propertyType) const | kanzi::Object | |
| hasValue(AbstractPropertyType propertyType) const | kanzi::Object | |
| ImageTarget enum name | kanzi::Texture | |
| ImageTargetCubeMapNegativeX enum value | kanzi::Texture | |
| ImageTargetCubeMapNegativeY enum value | kanzi::Texture | |
| ImageTargetCubeMapNegativeZ enum value | kanzi::Texture | |
| ImageTargetCubeMapPositiveX enum value | kanzi::Texture | |
| ImageTargetCubeMapPositiveY enum value | kanzi::Texture | |
| ImageTargetCubeMapPositiveZ enum value | kanzi::Texture | |
| ImageTargetExternal enum value | kanzi::Texture | |
| ImageTargetInvalid enum value | kanzi::Texture | |
| ImageTargetThreeDimensional enum value | kanzi::Texture | |
| ImageTargetTwoDimensional enum value | kanzi::Texture | |
| ImageTargetTwoDimensionalArray enum value | kanzi::Texture | |
| ImageTargetTwoDimensionalMultisample enum value | kanzi::Texture | |
| ImageTargetTwoDimensionalMultisampleArray enum value | kanzi::Texture | |
| initialize(Target target, GraphicsFormat format, unsigned int sampleCount, unsigned int width, unsigned int height, bool mipmaps, bool createImages) | kanzi::Texture | protected |
| initialize(Target target, vector< KzcImage * > const &sourceImages, unsigned int createFlags) | kanzi::Texture | protected |
| initialize(Target target, KzcImage *image, unsigned int createFlags) | kanzi::Texture | protected |
| initialize(Target target, int glHandle) | kanzi::Texture | protected |
| kanzi::Surface::initialize() | kanzi::Object | inlineprotected |
| invalidate() | kanzi::GPUResource | |
| invalidateOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| isDeployed() const | kanzi::GPUResource | |
| isLoaded() const | kanzi::Resource | |
| isRenderable(unsigned int face, unsigned int mipLevel) const KZ_OVERRIDE | kanzi::Texture | virtual |
| isSupportedByRenderer() const | kanzi::Texture | |
| isTypeOf(const Metaclass *objectType) const | kanzi::Object | inline |
| isWellFormed() const | kanzi::Surface | |
| kzuResourceFinishLoading_private(const KzuResourceLoaderThreadContext *threadContext) | kanzi::Resource | |
| kzuResourceLoad_private(const KzuResourceLoaderThreadContext *threadContext) | kanzi::Resource | |
| load() | kanzi::Resource | |
| loadFromKZB(const KzuResourceLoaderThreadContext *threadContext, KzcInputStream *inputStream, const KzuBinaryFileInfo *file) | kanzi::Texture | protectedvirtual |
| m_appliedStyles | kanzi::Object | protected |
| makeEditorInfo() | kanzi::Object | static |
| Object(Domain *domain) | kanzi::Object | explicit |
| onCopy(const Object &other) | kanzi::Object | protected |
| onPropertyChanged(AbstractPropertyType propertyType, KzuPropertyNotificationReason reason) | kanzi::Object | virtual |
| removeLocalValue(AbstractPropertyType propertyType) | kanzi::Object | |
| Resource(Domain *domain, string_view name) | kanzi::Resource | |
| ResourceManager class | kanzi::Texture | friend |
| Sampler class | kanzi::Texture | friend |
| samplerChanged() | kanzi::Texture | protected |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::DataType value) | kanzi::Object | inline |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, ResourceSharedPtr value) | kanzi::Object | inline |
| setData(unsigned int face, unsigned int mipLevel, unsigned int x, unsigned int y, unsigned int width, unsigned int height, const kzByte *data) const | kanzi::Texture | |
| setData(unsigned int mipLevel, const kzByte *data) const | kanzi::Texture | |
| setDeployOnLoad(bool value) | kanzi::GPUResource | |
| setFaceCount(unsigned int value) | kanzi::Surface | protected |
| setKeepAlive(bool keepAlive) | kanzi::Resource | |
| setKZB(const KzuBinaryDirectory *binaryDirectory, kzString path) | kanzi::Resource | inline |
| setLoaded() | kanzi::Resource | |
| setLoadingStrategy(KzuResourceLoadingStrategy loadingStrategy) | kanzi::Resource | |
| setProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::DataType value) | kanzi::Object | inline |
| setProperty(const PropertyType< ResourceID > &propertyType, ResourceSharedPtr value) | kanzi::Object | inline |
| setSliceCount(unsigned int value) | kanzi::Surface | protected |
| Surface(Domain *domain, string_view name="") | kanzi::Surface | explicitprotected |
| Target enum name | kanzi::Texture | |
| TargetCubeMap enum value | kanzi::Texture | |
| TargetCubeMapArray enum value | kanzi::Texture | |
| TargetExternal enum value | kanzi::Texture | |
| TargetInvalid enum value | kanzi::Texture | |
| TargetThreeDimensional enum value | kanzi::Texture | |
| TargetTwoDimensional enum value | kanzi::Texture | |
| TargetTwoDimensionalArray enum value | kanzi::Texture | |
| TargetTwoDimensionalMultisample enum value | kanzi::Texture | |
| TargetTwoDimensionalMultisampleArray enum value | kanzi::Texture | |
| Texture(Domain *domain, string_view name="") | kanzi::Texture | explicit |
| unapplyObjectStyle(AppliedStyleEntry *appliedStyleEntry) | kanzi::Object | |
| unapplyObjectStyles() | kanzi::Object | |
| unbind() | kanzi::Texture | |
| undeploy() | kanzi::GPUResource | |
| undeployed() | kanzi::GPUResource | inline |
| undeployOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| unload() | kanzi::Resource | |
| unloadOverride() KZ_OVERRIDE | kanzi::Texture | protectedvirtual |
| ~GPUResource() KZ_OVERRIDE | kanzi::GPUResource | virtual |
| ~Object() | kanzi::Object | virtual |
| ~Resource() | kanzi::Resource | virtual |
| ~Surface() KZ_OVERRIDE | kanzi::Surface | virtual |
| ~Texture() KZ_OVERRIDE | kanzi::Texture | virtual |