webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
gl::Texture Member List

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

addRef() constRefCountObjectinline
copyCompressedTexture(const Texture *source)gl::Texture
copyImage(GLenum target, size_t level, const Rectangle &sourceArea, GLenum internalFormat, const Framebuffer *source)gl::Texture
copySubImage(GLenum target, size_t level, const Offset &destOffset, const Rectangle &sourceArea, const Framebuffer *source)gl::Texture
copySubTexture(const Offset &destOffset, const Rectangle &sourceArea, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const Texture *source)gl::Texture
copyTexture(GLenum internalFormat, GLenum type, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const Texture *source)gl::Texture
DIRTY_BIT_BASE_LEVEL enum valuegl::Texture
DIRTY_BIT_COMPARE_FUNC enum valuegl::Texture
DIRTY_BIT_COMPARE_MODE enum valuegl::Texture
DIRTY_BIT_COUNT enum valuegl::Texture
DIRTY_BIT_LABEL enum valuegl::Texture
DIRTY_BIT_MAG_FILTER enum valuegl::Texture
DIRTY_BIT_MAX_ANISOTROPY enum valuegl::Texture
DIRTY_BIT_MAX_LEVEL enum valuegl::Texture
DIRTY_BIT_MAX_LOD enum valuegl::Texture
DIRTY_BIT_MIN_FILTER enum valuegl::Texture
DIRTY_BIT_MIN_LOD enum valuegl::Texture
DIRTY_BIT_SWIZZLE_ALPHA enum valuegl::Texture
DIRTY_BIT_SWIZZLE_BLUE enum valuegl::Texture
DIRTY_BIT_SWIZZLE_GREEN enum valuegl::Texture
DIRTY_BIT_SWIZZLE_RED enum valuegl::Texture
DIRTY_BIT_USAGE enum valuegl::Texture
DIRTY_BIT_WRAP_R enum valuegl::Texture
DIRTY_BIT_WRAP_S enum valuegl::Texture
DIRTY_BIT_WRAP_T enum valuegl::Texture
DirtyBits typedefgl::Texture
DirtyBitType enum namegl::Texture
egl::Stream classgl::Texturefriend
egl::Surface classgl::Texturefriend
FramebufferAttachmentObject()gl::FramebufferAttachmentObjectinline
generateMipmap()gl::Texture
getAttachmentFormat(const FramebufferAttachment::Target &target) const overridegl::Texturevirtual
getAttachmentRenderTarget(const FramebufferAttachment::Target &target, rx::FramebufferAttachmentRenderTarget **rtOut) constgl::FramebufferAttachmentObject
getAttachmentSamples(const FramebufferAttachment::Target &target) const overridegl::Texturevirtual
getAttachmentSize(const FramebufferAttachment::Target &target) const overridegl::Texturevirtual
getBaseLevel() constgl::Texture
getBoundStream() constgl::Texture
getBoundSurface() constgl::Texture
getCompareFunc() constgl::Texture
getCompareMode() constgl::Texture
getDepth(GLenum target, size_t level) constgl::Texture
getDirtyChannel()gl::FramebufferAttachmentObject
getFormat(GLenum target, size_t level) constgl::Texture
getHeight(GLenum target, size_t level) constgl::Texture
getId() const overridegl::Texturevirtual
getImmutableFormat() constgl::Texture
getImmutableLevels() constgl::Texture
getImplementation() constgl::Textureinline
getLabel() const overridegl::Texturevirtual
getMagFilter() constgl::Texture
getMaxAnisotropy() constgl::Texture
getMaxLevel() constgl::Texture
getMaxLod() constgl::Texture
getMinFilter() constgl::Texture
getMinLod() constgl::Texture
getRefCount() constRefCountObjectinline
getSamplerState() constgl::Texture
getSwizzleAlpha() constgl::Texture
getSwizzleBlue() constgl::Texture
getSwizzleGreen() constgl::Texture
getSwizzleRed() constgl::Texture
getTarget() constgl::Texture
getTextureState() constgl::Texture
getUsage() constgl::Texture
getWidth(GLenum target, size_t level) constgl::Texture
getWrapR() constgl::Texture
getWrapS() constgl::Texture
getWrapT() constgl::Texture
hasAnyDirtyBit() constgl::Textureinline
id() constRefCountObjectinline
ImageSibling(GLuint id)egl::ImageSibling
isMipmapComplete() constgl::Texture
mDirtyChannelgl::FramebufferAttachmentObjectprotected
onAttach() overridegl::Texturevirtual
onDetach() overridegl::Texturevirtual
orphanImages()egl::ImageSiblingprotected
RefCountObject(GLuint id)RefCountObjectinlineexplicit
release() constRefCountObjectinline
setBaseLevel(GLuint baseLevel)gl::Texture
setCompareFunc(GLenum compareFunc)gl::Texture
setCompareMode(GLenum compareMode)gl::Texture
setCompressedImage(const PixelUnpackState &unpackState, GLenum target, size_t level, GLenum internalFormat, const Extents &size, size_t imageSize, const uint8_t *pixels)gl::Texture
setCompressedSubImage(const PixelUnpackState &unpackState, GLenum target, size_t level, const Box &area, GLenum format, size_t imageSize, const uint8_t *pixels)gl::Texture
setEGLImageTarget(GLenum target, egl::Image *imageTarget)gl::Texture
setImage(const PixelUnpackState &unpackState, GLenum target, size_t level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type, const uint8_t *pixels)gl::Texture
setLabel(const std::string &label) overridegl::Texturevirtual
setMagFilter(GLenum magFilter)gl::Texture
setMaxAnisotropy(float maxAnisotropy)gl::Texture
setMaxLevel(GLuint maxLevel)gl::Texture
setMaxLod(GLfloat maxLod)gl::Texture
setMinFilter(GLenum minFilter)gl::Texture
setMinLod(GLfloat minLod)gl::Texture
setStorage(GLenum target, GLsizei levels, GLenum internalFormat, const Extents &size)gl::Texture
setSubImage(const PixelUnpackState &unpackState, GLenum target, size_t level, const Box &area, GLenum format, GLenum type, const uint8_t *pixels)gl::Texture
setSwizzleAlpha(GLenum swizzleAlpha)gl::Texture
setSwizzleBlue(GLenum swizzleBlue)gl::Texture
setSwizzleGreen(GLenum swizzleGreen)gl::Texture
setSwizzleRed(GLenum swizzleRed)gl::Texture
setTargetImage(egl::Image *imageTarget)egl::ImageSiblingprotected
setUsage(GLenum usage)gl::Texture
setWrapR(GLenum wrapR)gl::Texture
setWrapS(GLenum wrapS)gl::Texture
setWrapT(GLenum wrapT)gl::Texture
syncImplState()gl::Texture
Texture(rx::GLImplFactory *factory, GLuint id, GLenum target)gl::Texture
~FramebufferAttachmentObject()gl::FramebufferAttachmentObjectinlinevirtual
~ImageSibling()egl::ImageSiblingvirtual
~LabeledObject()gl::LabeledObjectinlinevirtual
~RefCountObject()RefCountObjectinlineprotectedvirtual
~Texture() overridegl::Texture