Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcapture_gles_2_0_autogen.h173 angle::CallCapture CaptureDepthMask(const State &glState, bool isCallValid, GLboolean flag);
Dcapture_gles_2_0_autogen.cpp575 CallCapture CaptureDepthMask(const State &glState, bool isCallValid, GLboolean flag) in CaptureDepthMask() function
DFrameCapture.cpp2519 cap(CaptureDepthMask(replayState, true, gl::ConvertToGLBoolean(currentDSState.depthMask))); in CaptureMidExecutionSetup()