Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp2479 auto capCap = [cap, &replayState](GLenum capEnum, bool capValue) { in CaptureMidExecutionSetup() local
2496 capCap(GL_CULL_FACE, currentRasterState.cullFace); in CaptureMidExecutionSetup()
2524 capCap(GL_DEPTH_TEST, currentDSState.depthTest); in CaptureMidExecutionSetup()
2529 capCap(GL_STENCIL_TEST, currentDSState.stencilTest); in CaptureMidExecutionSetup()
2584 capCap(GL_BLEND, currentBlendState.blend); in CaptureMidExecutionSetup()
2721 capCap(GL_SCISSOR_TEST, apiState.isScissorTestEnabled()); in CaptureMidExecutionSetup()
2733 capCap(GL_DITHER, apiState.isDitherEnabled()); in CaptureMidExecutionSetup()