Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1State.h171 GLint getCurrentMatrixStackDepth(GLenum param) const;
DGLES1State.cpp242 GLint GLES1State::getCurrentMatrixStackDepth(GLenum queryType) const in getCurrentMatrixStackDepth() function in gl::GLES1State
DState.cpp2779 *params = mGLES1State.getCurrentMatrixStackDepth(pname); in getIntegerv()