Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp462 case ParamType::TvoidPointerPointer: in WriteParamCaptureReplay()
463 WriteParamValueReplay<ParamType::TvoidPointerPointer>( in WriteParamCaptureReplay()
714 case ParamType::TvoidPointerPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h139 TvoidPointerPointer, enumerator
1063 inline void **GetParamVal<ParamType::TvoidPointerPointer, void **>(const ParamValue &value)
1318 case ParamType::TvoidPointerPointer: in AccessParamValue()
1319 return GetParamVal<ParamType::TvoidPointerPointer, T>(value); in AccessParamValue()
2096 inline void SetParamVal<ParamType::TvoidPointerPointer>(void **valueIn, ParamValue *valueOut)
2469 case ParamType::TvoidPointerPointer: in InitParamValue()
2470 SetParamVal<ParamType::TvoidPointerPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_2_autogen.cpp481 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv()
482 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetPointerv()
Dcapture_gles_ext_autogen.cpp1020 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointervRobustANGLE()
1021 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointervRobustANGLE()
1492 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointervRobustANGLE()
1493 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetBufferPointervRobustANGLE()
2071 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervRobustANGLERobustANGLE()
2072 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetPointervRobustANGLERobustANGLE()
4391 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervKHR()
4392 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetPointervKHR()
5279 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointervOES()
5280 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetBufferPointervOES()
Dcapture_gles_3_0_autogen.cpp773 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv()
774 InitParamValue(ParamType::TvoidPointerPointer, params, &paramsParam.value); in CaptureGetBufferPointerv()
Dcapture_gles_2_0_autogen.cpp1356 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv()
1357 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointerv()
Dframe_capture_replay_autogen.cpp1070 params.getParam("params", ParamType::TvoidPointerPointer, 2))); in ReplayCall()
1241 params.getParam("params", ParamType::TvoidPointerPointer, 1))); in ReplayCall()
1652 params.getParam("pointer", ParamType::TvoidPointerPointer, 2))); in ReplayCall()