Searched refs:packStorage (Results 1 – 1 of 1) sorted by relevance
778 PackStorage *packStorage = nullptr; in packPixels() local779 ANGLE_TRY(getBufferStorage(context, BUFFER_USAGE_PIXEL_PACK, &packStorage)); in packPixels()781 ASSERT(packStorage); in packPixels()782 ANGLE_TRY(packStorage->packPixels(context, readAttachment, params)); in packPixels()783 onStorageUpdate(packStorage); in packPixels()