Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3533 gl::PixelPackState &currentPackState = replayState.getPackState(); in CaptureMidExecutionSetup() local
3534 if (currentPackState.alignment != apiState.getPackAlignment()) in CaptureMidExecutionSetup()
3537 currentPackState.alignment = apiState.getPackAlignment(); in CaptureMidExecutionSetup()
3540 if (currentPackState.rowLength != apiState.getPackRowLength()) in CaptureMidExecutionSetup()
3543 currentPackState.rowLength = apiState.getPackRowLength(); in CaptureMidExecutionSetup()
3546 if (currentPackState.skipRows != apiState.getPackSkipRows()) in CaptureMidExecutionSetup()
3549 currentPackState.skipRows = apiState.getPackSkipRows(); in CaptureMidExecutionSetup()
3552 if (currentPackState.skipPixels != apiState.getPackSkipPixels()) in CaptureMidExecutionSetup()
3556 currentPackState.skipPixels = apiState.getPackSkipPixels(); in CaptureMidExecutionSetup()