compareFunc(GLenum compareFunc) | cinder::gl::Texture2d::Format | |
compareMode(GLenum compareMode) | cinder::gl::Texture2d::Format | |
dataType(GLint dataType) | cinder::gl::Texture2d::Format | |
deleter(const std::function< void(Texture2d *)> &sharedPtrDeleter) | cinder::gl::Texture2d::Format | |
enableMipmapping(bool enableMipmapping=true) | cinder::gl::TextureBase::Format | |
Format() | cinder::gl::Texture2d::Format | |
getBaseMipmapLevel() const | cinder::gl::TextureBase::Format | |
getCompareFunc() const | cinder::gl::TextureBase::Format | |
getCompareMode() const | cinder::gl::TextureBase::Format | |
getDataType() const | cinder::gl::TextureBase::Format | |
getIntermediatePbo() const | cinder::gl::TextureBase::Format | |
getInternalFormat() const | cinder::gl::TextureBase::Format | |
getLabel() const | cinder::gl::TextureBase::Format | |
getMagFilter() const | cinder::gl::TextureBase::Format | |
getMaxAnisotropy() const | cinder::gl::TextureBase::Format | |
getMaxMipmapLevel() const | cinder::gl::TextureBase::Format | |
getMinFilter() const | cinder::gl::TextureBase::Format | |
getSwizzleMask() const | cinder::gl::TextureBase::Format | |
getTarget() const | cinder::gl::TextureBase::Format | |
getWrapR() const | cinder::gl::TextureBase::Format | |
getWrapS() const | cinder::gl::TextureBase::Format | |
getWrapT() const | cinder::gl::TextureBase::Format | |
hasMipmapping() const | cinder::gl::TextureBase::Format | |
immutableStorage(bool immutable=true) | cinder::gl::Texture2d::Format | |
intermediatePbo(const PboRef &intermediatePbo) | cinder::gl::Texture2d::Format | |
internalFormat(GLint internalFormat) | cinder::gl::Texture2d::Format | |
isAutoDataType() const | cinder::gl::TextureBase::Format | |
isAutoInternalFormat() const | cinder::gl::TextureBase::Format | |
isImmutableStorage() const | cinder::gl::TextureBase::Format | |
label(const std::string &label) | cinder::gl::Texture2d::Format | |
loadTopDown(bool loadTopDown=true) | cinder::gl::Texture2d::Format | |
magFilter(GLenum magFilter) | cinder::gl::Texture2d::Format | |
maxAnisotropy(float maxAnisotropy) | cinder::gl::Texture2d::Format | |
mBaseMipmapLevel | cinder::gl::TextureBase::Format | protected |
mBorderColor | cinder::gl::TextureBase::Format | protected |
mBorderSpecified | cinder::gl::TextureBase::Format | protected |
mCompareFunc | cinder::gl::TextureBase::Format | protected |
mCompareMode | cinder::gl::TextureBase::Format | protected |
mDataType | cinder::gl::TextureBase::Format | protected |
mDeleter | cinder::gl::Texture2d::Format | protected |
mImmutableStorage | cinder::gl::TextureBase::Format | protected |
minFilter(GLenum minFilter) | cinder::gl::Texture2d::Format | |
mIntermediatePbo | cinder::gl::TextureBase::Format | protected |
mInternalFormat | cinder::gl::TextureBase::Format | protected |
mipmap(bool enableMipmapping=true) | cinder::gl::Texture2d::Format | |
mLabel | cinder::gl::TextureBase::Format | protected |
mLoadTopDown | cinder::gl::Texture2d::Format | protected |
mMagFilter | cinder::gl::TextureBase::Format | protected |
mMaxAnisotropy | cinder::gl::TextureBase::Format | protected |
mMaxMipmapLevel | cinder::gl::TextureBase::Format | protected |
mMinFilter | cinder::gl::TextureBase::Format | protected |
mMinFilterSpecified | cinder::gl::TextureBase::Format | protected |
mMipmapping | cinder::gl::TextureBase::Format | protected |
mMipmappingSpecified | cinder::gl::TextureBase::Format | protected |
mSwizzleMask | cinder::gl::TextureBase::Format | protected |
mSwizzleSpecified | cinder::gl::TextureBase::Format | protected |
mTarget | cinder::gl::TextureBase::Format | protected |
mWrapR | cinder::gl::TextureBase::Format | protected |
mWrapS | cinder::gl::TextureBase::Format | protected |
mWrapT | cinder::gl::TextureBase::Format | protected |
setAutoDataType() | cinder::gl::TextureBase::Format | |
setAutoInternalFormat() | cinder::gl::TextureBase::Format | |
setBaseMipmapLevel(GLuint level) | cinder::gl::TextureBase::Format | |
setBorderColor(const std::array< GLfloat, 4 > &border) | cinder::gl::TextureBase::Format | |
setBorderColor(const ColorA &color) | cinder::gl::TextureBase::Format | |
setCompareFunc(GLenum compareFunc) | cinder::gl::TextureBase::Format | |
setCompareMode(GLenum compareMode) | cinder::gl::TextureBase::Format | |
setDataType(GLint dataType) | cinder::gl::TextureBase::Format | |
setImmutableStorage(bool immutable=true) | cinder::gl::TextureBase::Format | |
setIntermediatePbo(const PboRef &intermediatePbo) | cinder::gl::TextureBase::Format | |
setInternalFormat(GLint internalFormat) | cinder::gl::TextureBase::Format | |
setLabel(const std::string &label) | cinder::gl::TextureBase::Format | |
setMagFilter(GLenum magFilter) | cinder::gl::TextureBase::Format | |
setMaxAnisotropy(GLfloat maxAnisotropy) | cinder::gl::TextureBase::Format | |
setMaxMipmapLevel(GLint level) | cinder::gl::TextureBase::Format | |
setMinFilter(GLenum minFilter) | cinder::gl::TextureBase::Format | |
setSwizzleMask(const std::array< GLint, 4 > &swizzleMask) | cinder::gl::TextureBase::Format | |
setSwizzleMask(GLint r, GLint g, GLint b, GLint a) | cinder::gl::TextureBase::Format | |
setTarget(GLenum target) | cinder::gl::TextureBase::Format | |
setTargetRect() | cinder::gl::TextureBase::Format | |
setWrap(GLenum wrapS, GLenum wrapT) | cinder::gl::TextureBase::Format | |
setWrap(GLenum wrapS, GLenum wrapT, GLenum wrapR) | cinder::gl::TextureBase::Format | |
setWrapR(GLenum wrapR) | cinder::gl::TextureBase::Format | |
setWrapS(GLenum wrapS) | cinder::gl::TextureBase::Format | |
setWrapT(GLenum wrapT) | cinder::gl::TextureBase::Format | |
swizzleMask(const std::array< GLint, 4 > &swizzleMask) | cinder::gl::Texture2d::Format | |
swizzleMask(GLint r, GLint g, GLint b, GLint a) | cinder::gl::Texture2d::Format | |
target(GLenum target) | cinder::gl::Texture2d::Format | |
Texture2d | cinder::gl::Texture2d::Format | protected |
wrap(GLenum wrap) | cinder::gl::Texture2d::Format | |
wrapR(GLenum wrapR) | cinder::gl::Texture2d::Format | |
wrapS(GLenum wrapS) | cinder::gl::Texture2d::Format | |
wrapT(GLenum wrapT) | cinder::gl::Texture2d::Format | |