Searched refs:updateParamBuffer (Results 1 – 1 of 1) sorted by relevance
4858 ParamBuffer updateParamBuffer; in captureClientArraySnapshot() local4859 updateParamBuffer.addValueParam<GLint>("arrayIndex", ParamType::TGLint, in captureClientArraySnapshot()4864 updateParamBuffer.addParam(std::move(updateMemory)); in captureClientArraySnapshot()4866 updateParamBuffer.addValueParam<GLuint64>("size", ParamType::TGLuint64, bytesToCapture); in captureClientArraySnapshot()4868 mFrameCalls.emplace_back("UpdateClientArrayPointer", std::move(updateParamBuffer)); in captureClientArraySnapshot()