Searched refs:TvoidPointerPointer (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | frame_capture_utils_autogen.cpp | 610 case ParamType::TvoidPointerPointer: in WriteParamCaptureReplay() 611 WriteParamValueReplay<ParamType::TvoidPointerPointer>( in WriteParamCaptureReplay() 948 case ParamType::TvoidPointerPointer: in ParamTypeToString()
|
H A D | frame_capture_utils_autogen.h | 182 TvoidPointerPointer, enumerator 1425 inline void **GetParamVal<ParamType::TvoidPointerPointer, void **>(const ParamValue &value) 1766 case ParamType::TvoidPointerPointer: in AccessParamValue() 1767 return GetParamVal<ParamType::TvoidPointerPointer, T>(value); in AccessParamValue() 2814 inline void SetParamVal<ParamType::TvoidPointerPointer>(void **valueIn, ParamValue *valueOut) 3316 case ParamType::TvoidPointerPointer: in InitParamValue() 3317 SetParamVal<ParamType::TvoidPointerPointer>(valueIn, valueOut); in InitParamValue()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_3_2_autogen.cpp | 656 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv() 657 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetPointerv() 663 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv() 664 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetPointerv()
|
H A D | capture_gles_ext_autogen.cpp | 716 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervANGLE() 717 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetPointervANGLE() 723 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervANGLE() 724 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetPointervANGLE() 2336 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointervRobustANGLE() 2337 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointervRobustANGLE() 2344 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointervRobustANGLE() 2345 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetVertexAttribPointervRobustANGLE() 3012 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointervRobustANGLE() 3013 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetBufferPointervRobustANGLE() [all …]
|
H A D | capture_gles_3_0_autogen.cpp | 999 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv() 1000 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetBufferPointerv() 1007 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv() 1008 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetBufferPointerv()
|
H A D | capture_gles_2_0_autogen.cpp | 1819 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv() 1820 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointerv() 1827 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv() 1828 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetVertexAttribPointerv()
|
H A D | capture_egl_autogen.cpp | 1321 paramBuffer.addValueParam("value", ParamType::TvoidPointerPointer, value); in CaptureQuerySurfacePointerANGLE()
|