Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.cpp610 case ParamType::TvoidPointerPointer: in WriteParamCaptureReplay()
611 WriteParamValueReplay<ParamType::TvoidPointerPointer>( in WriteParamCaptureReplay()
948 case ParamType::TvoidPointerPointer: in ParamTypeToString()
H A Dframe_capture_utils_autogen.h182 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 Dcapture_gles_3_2_autogen.cpp656 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv()
657 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetPointerv()
663 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv()
664 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetPointerv()
H A Dcapture_gles_ext_autogen.cpp716 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervANGLE()
717 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.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, &paramsParam.value); in CaptureGetBufferPointervRobustANGLE()
[all …]
H A Dcapture_gles_3_0_autogen.cpp999 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv()
1000 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetBufferPointerv()
1007 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv()
1008 InitParamValue(ParamType::TvoidPointerPointer, static_cast<void **>(nullptr), in CaptureGetBufferPointerv()
H A Dcapture_gles_2_0_autogen.cpp1819 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 Dcapture_egl_autogen.cpp1321 paramBuffer.addValueParam("value", ParamType::TvoidPointerPointer, value); in CaptureQuerySurfacePointerANGLE()