Searched refs:getPackAlignment (Results 1 – 4 of 4) sorted by relevance
439 GLint getPackAlignment() const;
917 GLint Context::getPackAlignment() const in getPackAlignment() function in es1::Context
492 GLint getPackAlignment() const { return mPack.alignment; } in getPackAlignment() function
2625 if (currentPackState.alignment != apiState.getPackAlignment()) in CaptureMidExecutionSetup()2627 cap(CapturePixelStorei(replayState, true, GL_PACK_ALIGNMENT, apiState.getPackAlignment())); in CaptureMidExecutionSetup()2628 currentPackState.alignment = apiState.getPackAlignment(); in CaptureMidExecutionSetup()