Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.cpp201 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureColorPointer() local
202 InitParamValue(ParamType::TvoidConstPointer, pointer, &pointerParam.value); in CaptureColorPointer()
204 &pointerParam); in CaptureColorPointer()
205 paramBuffer.addParam(std::move(pointerParam)); in CaptureColorPointer()
209 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureColorPointer() local
211 &pointerParam.value); in CaptureColorPointer()
212 paramBuffer.addParam(std::move(pointerParam)); in CaptureColorPointer()
1129 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureNormalPointer() local
1130 InitParamValue(ParamType::TvoidConstPointer, pointer, &pointerParam.value); in CaptureNormalPointer()
1132 &pointerParam); in CaptureNormalPointer()
[all …]
Dcapture_gles_2_0_autogen.cpp1820 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv() local
1821 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointerv()
1823 &pointerParam); in CaptureGetVertexAttribPointerv()
1824 paramBuffer.addParam(std::move(pointerParam)); in CaptureGetVertexAttribPointerv()
1828 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv() local
1830 &pointerParam.value); in CaptureGetVertexAttribPointerv()
1831 paramBuffer.addParam(std::move(pointerParam)); in CaptureGetVertexAttribPointerv()
3175 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureVertexAttribPointer() local
3176 InitParamValue(ParamType::TvoidConstPointer, pointer, &pointerParam.value); in CaptureVertexAttribPointer()
3178 normalized, stride, pointer, &pointerParam); in CaptureVertexAttribPointer()
[all …]
Dcapture_gles_ext_autogen.cpp1749 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointervRobustANGLE() local
1750 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointervRobustANGLE()
1752 bufSize, length, pointer, &pointerParam); in CaptureGetVertexAttribPointervRobustANGLE()
1753 paramBuffer.addParam(std::move(pointerParam)); in CaptureGetVertexAttribPointervRobustANGLE()
1757 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointervRobustANGLE() local
1759 &pointerParam.value); in CaptureGetVertexAttribPointervRobustANGLE()
1760 paramBuffer.addParam(std::move(pointerParam)); in CaptureGetVertexAttribPointervRobustANGLE()
9587 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureMatrixIndexPointerOES() local
9588 InitParamValue(ParamType::TvoidConstPointer, pointer, &pointerParam.value); in CaptureMatrixIndexPointerOES()
9590 &pointerParam); in CaptureMatrixIndexPointerOES()
[all …]
Dcapture_gles_3_0_autogen.cpp2715 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureVertexAttribIPointer() local
2716 InitParamValue(ParamType::TvoidConstPointer, pointer, &pointerParam.value); in CaptureVertexAttribIPointer()
2718 pointer, &pointerParam); in CaptureVertexAttribIPointer()
2719 paramBuffer.addParam(std::move(pointerParam)); in CaptureVertexAttribIPointer()
2723 ParamCapture pointerParam("pointer", ParamType::TvoidConstPointer); in CaptureVertexAttribIPointer() local
2725 &pointerParam.value); in CaptureVertexAttribIPointer()
2726 paramBuffer.addParam(std::move(pointerParam)); in CaptureVertexAttribIPointer()
DFrameCapture.cpp5340 const ParamCapture &pointerParam = in replay() local
5342 ASSERT(pointerParam.data.size() == 1); in replay()
5343 const void *pointer = pointerParam.data[0].data(); in replay()