Searched refs:bytesToCapture (Results 1 – 1 of 1) sorted by relevance
4852 size_t bytesToCapture = (count - 1) * binding.getStride() + attrib.format->pixelBytes; in captureClientArraySnapshot() local4863 CaptureMemory(param.value.voidConstPointerVal, bytesToCapture, &updateMemory); in captureClientArraySnapshot()4866 updateParamBuffer.addValueParam<GLuint64>("size", ParamType::TGLuint64, bytesToCapture); in captureClientArraySnapshot()4871 std::max(mClientArraySizes[attribIndex], bytesToCapture); in captureClientArraySnapshot()