Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.h134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.h170 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
DTexture.cpp1054 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture