Home
last modified time | relevance | path

Searched refs:bytesToCapture (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/
DFrameCapture.cpp3461 size_t bytesToCapture = (count - 1) * binding.getStride() + attrib.format->pixelBytes; in captureClientArraySnapshot() local
3472 CaptureMemory(param.value.voidConstPointerVal, bytesToCapture, &updateMemory); in captureClientArraySnapshot()
3475 updateParamBuffer.addValueParam<GLuint64>("size", ParamType::TGLuint64, bytesToCapture); in captureClientArraySnapshot()
3480 std::max(mClientArraySizes[attribIndex], bytesToCapture); in captureClientArraySnapshot()