Searched refs:TvoidPointerPointer (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 462 case ParamType::TvoidPointerPointer: in WriteParamCaptureReplay() 463 WriteParamValueReplay<ParamType::TvoidPointerPointer>( in WriteParamCaptureReplay() 714 case ParamType::TvoidPointerPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 139 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()
|
D | capture_gles_3_2_autogen.cpp | 481 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointerv() 482 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetPointerv()
|
D | capture_gles_ext_autogen.cpp | 1020 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, ¶msParam.value); in CaptureGetBufferPointervRobustANGLE() 2071 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervRobustANGLERobustANGLE() 2072 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetPointervRobustANGLERobustANGLE() 4391 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetPointervKHR() 4392 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetPointervKHR() 5279 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointervOES() 5280 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetBufferPointervOES()
|
D | capture_gles_3_0_autogen.cpp | 773 ParamCapture paramsParam("params", ParamType::TvoidPointerPointer); in CaptureGetBufferPointerv() 774 InitParamValue(ParamType::TvoidPointerPointer, params, ¶msParam.value); in CaptureGetBufferPointerv()
|
D | capture_gles_2_0_autogen.cpp | 1356 ParamCapture pointerParam("pointer", ParamType::TvoidPointerPointer); in CaptureGetVertexAttribPointerv() 1357 InitParamValue(ParamType::TvoidPointerPointer, pointer, &pointerParam.value); in CaptureGetVertexAttribPointerv()
|
D | frame_capture_replay_autogen.cpp | 1070 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()
|