Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
/external/angle/src/libANGLE/
DTexture.h168 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
DTexture.cpp1047 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture