Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcapture_gles_3_0_autogen.h45 angle::CallCapture CaptureBindTransformFeedback(const State &glState,
DFrameCapture.cpp2380 cap(CaptureBindTransformFeedback(replayState, true, GL_TRANSFORM_FEEDBACK, xfbID)); in CaptureMidExecutionSetup()
2401 cap(CaptureBindTransformFeedback(replayState, true, GL_TRANSFORM_FEEDBACK, currentXFB->id())); in CaptureMidExecutionSetup()
Dcapture_gles_3_0_autogen.cpp95 CallCapture CaptureBindTransformFeedback(const State &glState, in CaptureBindTransformFeedback() function