Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcapture_gles_2_0_autogen.h92 angle::CallCapture CaptureClearDepthf(const State &glState, bool isCallValid, GLfloat d);
Dcapture_gles_2_0_autogen.cpp273 CallCapture CaptureClearDepthf(const State &glState, bool isCallValid, GLfloat d) in CaptureClearDepthf() function
DFrameCapture.cpp2698 cap(CaptureClearDepthf(replayState, true, apiState.getDepthClearValue())); in CaptureMidExecutionSetup()