AnimEngine
OOOGL::SimpleTexture2D Member List

This is the complete list of members for OOOGL::SimpleTexture2D, including all inherited members.

_destroyGLTexture(const GLuint *self) (defined in OOOGL::Texture)OOOGL::Textureinlineprotectedstatic
ATTACHMENT_3DTEXTURE enum value (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachable
ATTACHMENT_ERROR enum value (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachable
ATTACHMENT_RENDERBUFFER enum value (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachable
ATTACHMENT_TEXTURE enum value (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachable
AttachmentType enum name (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachable
copyDataFromImage(const Image &image, int x_offset, int y_offset) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
copyParametersFrom(const Texture &other) (defined in OOOGL::Texture)OOOGL::Texturevirtual
depth_stencil_mode (defined in OOOGL::Texture)OOOGL::Textureprotected
extractImage() const (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
extractImage(int channels) const (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
fillSolid(const GLubyte *sample) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
FramebufferAttachable(OglObjectDestroyer destroyer) (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachableinline
FramebufferAttachable() (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachableinlineprotected
FramebufferAttachable(const PersistentOglName &zombie) (defined in OOOGL::FramebufferAttachable)OOOGL::FramebufferAttachableinlineprotected
getAttachmentType() const override (defined in OOOGL::Texture)OOOGL::Textureinlinevirtual
getDepthStencilMode() const (defined in OOOGL::Texture)OOOGL::Textureinline
getFormat() const (defined in OOOGL::Texture)OOOGL::Textureinline
getIdPtr() (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
getIdPtr() const (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
getInternalFormat() const (defined in OOOGL::Texture)OOOGL::Textureinline
getMagFilter() const (defined in OOOGL::Texture)OOOGL::Textureinline
getMinFilter() const (defined in OOOGL::Texture)OOOGL::Textureinline
getName() const override (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinlinevirtual
getNameDirect() const (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
getTextureExtensionMode() const (defined in OOOGL::Texture)OOOGL::Textureinline
getType() const (defined in OOOGL::Texture)OOOGL::Textureinline
getXdim() const (defined in OOOGL::Texture)OOOGL::Textureinline
getYdim() const (defined in OOOGL::Texture)OOOGL::Textureinline
getZdim() const (defined in OOOGL::Texture)OOOGL::Textureinline
initParams() (defined in OOOGL::Texture)OOOGL::Textureprotectedvirtual
internal_format (defined in OOOGL::Texture)OOOGL::Textureprotected
isPossessible() const override (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinlinevirtual
isZombie() const (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinlinevirtual
mag_filter (defined in OOOGL::Texture)OOOGL::Textureprotected
makeEmpty2DTexture(GLuint x, GLuint y, GLenum internal_format=GL_RGB8, GLenum format=GL_RGB, GLenum type=GL_UNSIGNED_BYTE, GLenum min_filter=GL_LINEAR, GLenum mag_filter=GL_LINEAR, bool skip_zero_fill=false) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
makeTextureFromImage(const Image &image, GLenum internal_format=GL_RGB8, GLenum format=GL_RGB, GLenum type=GL_UNSIGNED_BYTE) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
makeZombie() (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinlinevirtual
min_filter (defined in OOOGL::Texture)OOOGL::Textureprotected
OglObject(OglObjectDestroyer destroyer) (defined in OOOGL::OglObject)OOOGL::OglObjectinline
OglObject(const PersistentOglName &zombie) (defined in OOOGL::OglObject)OOOGL::OglObjectinlineprotected
operator GLuint() const (defined in OOOGL::OglNameInterface)OOOGL::OglNameInterfaceinline
OptionalGlObject< SimpleTexture2D > (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2Dfriend
PersistentOglName() (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
PersistentOglName(OglObjectDestroyer destroyer) (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
PersistentOglName(GLuint id, OglObjectDestroyer destroyer) (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinline
setDepthStencilMode(GLenum mode) (defined in OOOGL::Texture)OOOGL::Textureinline
setMagFilter(GLenum filter) (defined in OOOGL::Texture)OOOGL::Textureinline
setMinFilter(GLenum filter) (defined in OOOGL::Texture)OOOGL::Textureinline
setTextureExtensionMode(GLenum mode) (defined in OOOGL::Texture)OOOGL::Textureinline
setTextureExtensionMode(GLenum wrapS, GLenum wrapT, GLenum wrapR) (defined in OOOGL::Texture)OOOGL::Texture
setTextureExtensionModeTuple(const GLenum *tuple) (defined in OOOGL::Texture)OOOGL::Texture
SimpleTexture2D() (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2Dinline
SimpleTexture2D(const Image &image, GLenum internal_format=GL_RGB8, GLenum format=GL_RGB, GLenum type=GL_UNSIGNED_BYTE) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2D
SimpleTexture2D(GLuint x, GLuint y, GLenum internal_format=GL_RGB8, GLenum format=GL_RGB, GLenum type=GL_UNSIGNED_BYTE) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2Dinline
SimpleTexture2D(const PersistentOglName &zombie) (defined in OOOGL::SimpleTexture2D)OOOGL::SimpleTexture2Dinlineprotected
Texture() (defined in OOOGL::Texture)OOOGL::Textureinline
Texture(const PersistentOglName &zombie) (defined in OOOGL::Texture)OOOGL::Textureinlineprotected
texture_extension_mode (defined in OOOGL::Texture)OOOGL::Textureprotected
texture_format (defined in OOOGL::Texture)OOOGL::Textureprotected
texture_type (defined in OOOGL::Texture)OOOGL::Textureprotected
x (defined in OOOGL::Texture)OOOGL::Textureprotected
y (defined in OOOGL::Texture)OOOGL::Textureprotected
z (defined in OOOGL::Texture)OOOGL::Textureprotected
~OglNameInterface() (defined in OOOGL::OglNameInterface)OOOGL::OglNameInterfaceinlinevirtual
~PersistentOglName() noexcept (defined in OOOGL::PersistentOglName)OOOGL::PersistentOglNameinlinevirtual