Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h172 GLint getCurrentMatrixStackDepth(GLenum param) const;
DGLES1State.cpp251 GLint GLES1State::getCurrentMatrixStackDepth(GLenum queryType) const in getCurrentMatrixStackDepth() function in gl::GLES1State
DState.cpp3032 *params = mGLES1State.getCurrentMatrixStackDepth(pname); in getIntegerv()