Searched refs:CapturePixelStorei (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | FrameCapture.cpp | 1865 cap(CapturePixelStorei(replayState, true, GL_UNPACK_ALIGNMENT, 1)); in CaptureMidExecutionSetup() 2627 cap(CapturePixelStorei(replayState, true, GL_PACK_ALIGNMENT, apiState.getPackAlignment())); in CaptureMidExecutionSetup() 2633 cap(CapturePixelStorei(replayState, true, GL_PACK_ROW_LENGTH, apiState.getPackRowLength())); in CaptureMidExecutionSetup() 2639 cap(CapturePixelStorei(replayState, true, GL_PACK_SKIP_ROWS, apiState.getPackSkipRows())); in CaptureMidExecutionSetup() 2645 cap(CapturePixelStorei(replayState, true, GL_PACK_SKIP_PIXELS, in CaptureMidExecutionSetup() 2654 cap(CapturePixelStorei(replayState, true, GL_UNPACK_ROW_LENGTH, in CaptureMidExecutionSetup() 2661 cap(CapturePixelStorei(replayState, true, GL_UNPACK_SKIP_ROWS, in CaptureMidExecutionSetup() 2668 cap(CapturePixelStorei(replayState, true, GL_UNPACK_SKIP_PIXELS, in CaptureMidExecutionSetup() 2675 cap(CapturePixelStorei(replayState, true, GL_UNPACK_IMAGE_HEIGHT, in CaptureMidExecutionSetup() 2682 cap(CapturePixelStorei(replayState, true, GL_UNPACK_SKIP_IMAGES, in CaptureMidExecutionSetup()
|
D | capture_gles_2_0_autogen.h | 402 angle::CallCapture CapturePixelStorei(const State &glState,
|
D | capture_gles_2_0_autogen.cpp | 1545 CallCapture CapturePixelStorei(const State &glState, bool isCallValid, GLenum pname, GLint param) in CapturePixelStorei() function
|