Searched refs:getPackRowLength (Results 1 – 2 of 2) sorted by relevance
546 GLint getPackRowLength() const { return mPack.rowLength; } in getPackRowLength() function
3864 if (currentPackState.rowLength != apiState.getPackRowLength()) in CaptureMidExecutionSetup()3866 cap(CapturePixelStorei(replayState, true, GL_PACK_ROW_LENGTH, apiState.getPackRowLength())); in CaptureMidExecutionSetup()3867 currentPackState.rowLength = apiState.getPackRowLength(); in CaptureMidExecutionSetup()