Home
last modified time | relevance | path

Searched refs:mImmutableFormat (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat()
184 GLboolean mImmutableFormat; variable
DTexture.cpp54 mImmutableFormat = GL_FALSE; in Texture()
237 mImmutableFormat = GL_TRUE; in makeImmutable()