Home
last modified time | relevance | path

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

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