Cinder  0.9.1
cinder::gl::Texture1d Member List

This is the complete list of members for cinder::gl::Texture1d, 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, const Format &format=Format())cinder::gl::Texture1dstatic
create(const Surface8u &surface, const Format &format=Format())cinder::gl::Texture1dstatic
create(const void *data, GLenum dataFormat, int width, const Format &format=Format())cinder::gl::Texture1dstatic
getAspectRatio() const cinder::gl::TextureBase
getBindingConstantForTarget(GLenum target)cinder::gl::TextureBasestatic
getBounds() const cinder::gl::TextureBase
getDepth() const overridecinder::gl::Texture1dvirtual
getHeight() const overridecinder::gl::Texture1dvirtual
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::Texture1dvirtual
hasAlpha() const cinder::gl::TextureBase
hasMipmapping() const cinder::gl::TextureBase
initParams(Format &format, GLint defaultInternalFormat, GLint defaultDataType)cinder::gl::TextureBaseprotected
mBaseMipmapLevelcinder::gl::TextureBaseprotected
mDoNotDisposecinder::gl::TextureBaseprotected
mInternalFormatcinder::gl::TextureBasemutableprotected
mLabelcinder::gl::TextureBaseprotected
mMaxMipmapLevelcinder::gl::TextureBaseprotected
mMipmappingcinder::gl::TextureBaseprotected
mSwizzleMaskcinder::gl::TextureBaseprotected
mTargetcinder::gl::TextureBaseprotected
mTextureIdcinder::gl::TextureBaseprotected
mWidthcinder::gl::Texture1dprotected
printDims(std::ostream &os) const overridecinder::gl::Texture1dprotectedvirtual
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
Texture1d(GLint width, Format format)cinder::gl::Texture1dprotected
Texture1d(const Surface8u &surface, Format format)cinder::gl::Texture1dprotected
Texture1d(const void *data, GLenum dataFormat, int width, Format format)cinder::gl::Texture1dprotected
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 Surface8u &surface, int mipLevel=0)cinder::gl::Texture1d
update(const void *data, GLenum dataFormat, GLenum dataType, int mipLevel, int width, int offset=0)cinder::gl::Texture1d
~TextureBase()cinder::gl::TextureBasevirtual