Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1State.cpp321 const GLES1State::MatrixStack &GLES1State::getMatrixStack(MatrixType mode) const in getMatrixStack() function in gl::GLES1State
339 return getMatrixStack(mMatrixMode); in currentMatrixStack()
H A DGLES1State.h201 const MatrixStack &getMatrixStack(MatrixType mode) const;
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp5671 apiState.gles1().getMatrixStack(gl::MatrixType::Projection)) in CaptureMidExecutionSetup()
5679 apiState.gles1().getMatrixStack(gl::MatrixType::Modelview)) in CaptureMidExecutionSetup()