Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h172 GLint getCurrentMatrixStackDepth(GLenum param) const;
DGLES1State.cpp251 GLint GLES1State::getCurrentMatrixStackDepth(GLenum queryType) const in getCurrentMatrixStackDepth() function in gl::GLES1State
DState.cpp2962 *params = mGLES1State.getCurrentMatrixStackDepth(pname); in getIntegerv()