Searched refs:currentPackState (Results 1 – 1 of 1) sorted by relevance
3533 gl::PixelPackState ¤tPackState = replayState.getPackState(); in CaptureMidExecutionSetup() local3534 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()