Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h170 MatrixType getMatrixMode() const;
DGLES1State.cpp246 MatrixType GLES1State::getMatrixMode() const in getMatrixMode() function in gl::GLES1State
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3635 gl::MatrixType currentMatrixMode = apiState.gles1().getMatrixMode(); in CaptureMidExecutionSetup()