Searched refs:updateParamBuffer (Results 1 – 1 of 1) sorted by relevance
3467 ParamBuffer updateParamBuffer; in captureClientArraySnapshot() local3468 updateParamBuffer.addValueParam<GLint>("arrayIndex", ParamType::TGLint, in captureClientArraySnapshot()3473 updateParamBuffer.addParam(std::move(updateMemory)); in captureClientArraySnapshot()3475 updateParamBuffer.addValueParam<GLuint64>("size", ParamType::TGLuint64, bytesToCapture); in captureClientArraySnapshot()3477 mFrameCalls.emplace_back("UpdateClientArrayPointer", std::move(updateParamBuffer)); in captureClientArraySnapshot()