Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp4852 size_t bytesToCapture = (count - 1) * binding.getStride() + attrib.format->pixelBytes; in captureClientArraySnapshot() local
4863 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()