Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.h174 angle::CallCapture CaptureDepthRangef(const State &glState, bool isCallValid, GLfloat n, GLfloat f);
Dcapture_gles_2_0_autogen.cpp682 CallCapture CaptureDepthRangef(const State &glState, bool isCallValid, GLfloat n, GLfloat f) in CaptureDepthRangef() function
DFrameCapture.cpp5512 cap(CaptureDepthRangef(replayState, true, apiState.getNearPlane(), apiState.getFarPlane())); in CaptureMidExecutionSetup()