Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h191 MatrixType getMatrixMode() const;
DGLES1State.cpp264 MatrixType GLES1State::getMatrixMode() const in getMatrixMode() function in gl::GLES1State
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5114 gl::MatrixType currentMatrixMode = apiState.gles1().getMatrixMode(); in CaptureMidExecutionSetup()