Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1State.h193 GLint getCurrentMatrixStackDepth(GLenum param) const;
H A DGLES1State.cpp269 GLint GLES1State::getCurrentMatrixStackDepth(GLenum queryType) const in getCurrentMatrixStackDepth() function in gl::GLES1State
H A DState.cpp2122 *params = mGLES1State.getCurrentMatrixStackDepth(pname); in getIntegerv()