Searched refs:TvoidConstPointerPointer (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.h | 139 TvoidConstPointerPointer, enumerator 1068 inline const void *const *GetParamVal<ParamType::TvoidConstPointerPointer, const void *const *>( 1336 case ParamType::TvoidConstPointerPointer: in AccessParamValue() 1337 return GetParamVal<ParamType::TvoidConstPointerPointer, T>(value); in AccessParamValue() 2119 inline void SetParamVal<ParamType::TvoidConstPointerPointer>(const void *const *valueIn, 2505 case ParamType::TvoidConstPointerPointer: in InitParamValue() 2506 SetParamVal<ParamType::TvoidConstPointerPointer>(valueIn, valueOut); in InitParamValue()
|
D | frame_capture_utils_autogen.cpp | 464 case ParamType::TvoidConstPointerPointer: in WriteParamCaptureReplay() 724 case ParamType::TvoidConstPointerPointer: in ParamTypeToString()
|
D | frame_capture_replay_autogen.cpp | 1958 params.getParam("indices", ParamType::TvoidConstPointerPointer, 3)), in ReplayCall() 1969 params.getParam("indices", ParamType::TvoidConstPointerPointer, 3)), in ReplayCall()
|
D | capture_gles_ext_autogen.cpp | 5386 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsBaseVertexEXT() 5387 InitParamValue(ParamType::TvoidConstPointerPointer, indices, &indicesParam.value); in CaptureMultiDrawElementsBaseVertexEXT() 5395 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsBaseVertexEXT() 5396 InitParamValue(ParamType::TvoidConstPointerPointer, in CaptureMultiDrawElementsBaseVertexEXT()
|