Home
last modified time | relevance | path

Searched refs:getImmutableFormat (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h89 GLboolean getImmutableFormat() const;
DlibGLESv3.cpp3856 if(!texture || texture->name == 0 || texture->getImmutableFormat() == GL_TRUE) in glTexStorage2D()
3873 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in glTexStorage2D()
3926 if(!texture || texture->name == 0 || texture->getImmutableFormat() == GL_TRUE) in glTexStorage3D()
3949 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in glTexStorage3D()
DTexture.cpp355 GLboolean Texture::getImmutableFormat() const in getImmutableFormat() function in es2::Texture
DlibGLESv2.cpp3646 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()
3799 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()