Searched refs:mQueuedPackCommand (Results 1 – 1 of 1) sorted by relevance
302 std::unique_ptr<PackPixelsParams> mQueuedPackCommand; member in rx::Buffer11::PackStorage1784 mQueuedPackCommand.reset(new PackPixelsParams(params)); in packPixels()1824 if (mQueuedPackCommand) in flushQueuedPackCommand()1826 ANGLE_TRY(mRenderer->packPixels(context, mStagingTexture, *mQueuedPackCommand, in flushQueuedPackCommand()1828 mQueuedPackCommand.reset(nullptr); in flushQueuedPackCommand()