Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp3659 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage2D()
3682 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage2D()
3734 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage3D()
3757 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage3D()
DTexture.h134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
DlibGLESv2.cpp3346 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()
3433 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()