Cinder  0.9.1
cinder::gl::Texture3d Member List

This is the complete list of members for cinder::gl::Texture3d, including all inherited members.

bind(uint8_t textureUnit=0) const cinder::gl::TextureBase
calcMipLevelSize(int level, GLint width, GLint height)cinder::gl::TextureBasestatic
create(GLint width, GLint height, GLint depth, const Format &format=Format())cinder::gl::Texture3dstatic
create(const void *data, GLenum dataFormat, int width, int height, int depth, const Format &format=Format())cinder::gl::Texture3dstatic
getAspectRatio() const cinder::gl::TextureBase
getBindingConstantForTarget(GLenum target)cinder::gl::TextureBasestatic
getBounds() const cinder::gl::TextureBase
getDepth() const overridecinder::gl::Texture3dvirtual
getHeight() const overridecinder::gl::Texture3dvirtual
getId() const cinder::gl::TextureBase
getInternalFormat() const cinder::gl::TextureBase
getInternalFormatInfo(GLint internalFormat, GLenum *outDataFormat, GLenum *outDataType, bool *outAlpha=nullptr, bool *outCompressed=nullptr, bool *outSrgb=nullptr)cinder::gl::TextureBasestatic
getLabel() const cinder::gl::TextureBase
getMaxAnisotropyMax()cinder::gl::TextureBasestatic
getSwizzleMask() const cinder::gl::TextureBase
getTarget() const cinder::gl::TextureBase
getWidth() const overridecinder::gl::Texture3dvirtual
hasAlpha() const cinder::gl::TextureBase
hasMipmapping() const cinder::gl::TextureBase
initParams(Format &format, GLint defaultInternalFormat, GLint defaultDataType)cinder::gl::TextureBaseprotected
mBaseMipmapLevelcinder::gl::TextureBaseprotected
mDepthcinder::gl::Texture3dprotected
mDoNotDisposecinder::gl::TextureBaseprotected
mHeightcinder::gl::Texture3dprotected
mInternalFormatcinder::gl::TextureBasemutableprotected
mLabelcinder::gl::TextureBaseprotected
mMaxMipmapLevelcinder::gl::TextureBaseprotected
mMipmappingcinder::gl::TextureBaseprotected
mSwizzleMaskcinder::gl::TextureBaseprotected
mTargetcinder::gl::TextureBaseprotected
mTextureIdcinder::gl::TextureBaseprotected
mWidthcinder::gl::Texture3dprotected
printDims(std::ostream &os) const overridecinder::gl::Texture3dprotectedvirtual
requiredMipLevels(GLint width, GLint height, GLint depth)cinder::gl::TextureBasestatic
setCompareFunc(GLenum compareFunc)cinder::gl::TextureBase
setCompareMode(GLenum compareMode)cinder::gl::TextureBase
setDoNotDispose(bool aDoNotDispose=true)cinder::gl::TextureBase
setLabel(const std::string &label)cinder::gl::TextureBase
setMagFilter(GLenum magFilter)cinder::gl::TextureBase
setMaxAnisotropy(GLfloat maxAnisotropy)cinder::gl::TextureBase
setMinFilter(GLenum minFilter)cinder::gl::TextureBase
setWrap(GLenum wrapS, GLenum wrapT)cinder::gl::TextureBase
setWrap(GLenum wrapS, GLenum wrapT, GLenum wrapR)cinder::gl::TextureBase
setWrapR(GLenum wrapR)cinder::gl::TextureBase
setWrapS(GLenum wrapS)cinder::gl::TextureBase
setWrapT(GLenum wrapT)cinder::gl::TextureBase
supportsHardwareSwizzle()cinder::gl::TextureBasestatic
SurfaceChannelOrderToDataFormatAndType(const SurfaceChannelOrder &sco, GLint *dataFormat, GLenum *type)cinder::gl::TextureBasestatic
surfaceRequiresIntermediate(int32_t width, uint8_t pixelBytes, int32_t rowBytes, SurfaceChannelOrder surfaceChannelOrder)cinder::gl::TextureBasestatic
Texture3d(GLint width, GLint height, GLint depth, Format format)cinder::gl::Texture3dprotected
Texture3d(const void *data, GLenum dataFormat, int width, int height, int depth, Format format)cinder::gl::Texture3dprotected
TextureBase()cinder::gl::TextureBaseprotected
TextureBase(GLenum target, GLuint textureId, GLint internalFormat)cinder::gl::TextureBaseprotected
unbind(uint8_t textureUnit=0) const cinder::gl::TextureBase
update(const Surface &surface, int depth, int mipLevel=0)cinder::gl::Texture3d
update(const void *data, GLenum dataFormat, GLenum dataType, int mipLevel, int width, int height, int depth, int xOffset=0, int yOffset=0, int zOffset=0)cinder::gl::Texture3d
~TextureBase()cinder::gl::TextureBasevirtual