Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.h195 angle::CallCapture CaptureLoadMatrixf(const State &glState, bool isCallValid, const GLfloat *m);
Dcapture_gles_1_0_autogen.cpp854 CallCapture CaptureLoadMatrixf(const State &glState, bool isCallValid, const GLfloat *m) in CaptureLoadMatrixf() function
DFrameCapture.cpp3624 cap(CaptureLoadMatrixf(replayState, true, projectionMatrix.elements().data())); in CaptureMidExecutionSetup()
3632 cap(CaptureLoadMatrixf(replayState, true, modelViewMatrix.elements().data())); in CaptureMidExecutionSetup()