Searched refs:TvoidConstPointerPointer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | frame_capture_utils_autogen.cpp | 603 case ParamType::TvoidConstPointerPointer: in WriteParamCaptureReplay() 604 WriteParamValueReplay<ParamType::TvoidConstPointerPointer>( in WriteParamCaptureReplay() 944 case ParamType::TvoidConstPointerPointer: in ParamTypeToString()
|
H A D | frame_capture_utils_autogen.h | 180 TvoidConstPointerPointer, enumerator 1412 inline const void *const *GetParamVal<ParamType::TvoidConstPointerPointer, const void *const *>( 1762 case ParamType::TvoidConstPointerPointer: in AccessParamValue() 1763 return GetParamVal<ParamType::TvoidConstPointerPointer, T>(value); in AccessParamValue() 2801 inline void SetParamVal<ParamType::TvoidConstPointerPointer>(const void *const *valueIn, 3310 case ParamType::TvoidConstPointerPointer: in InitParamValue() 3311 SetParamVal<ParamType::TvoidConstPointerPointer>(valueIn, valueOut); in InitParamValue()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_ext_autogen.cpp | 603 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 604 InitParamValue(ParamType::TvoidConstPointerPointer, indices, &indicesParam.value); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 612 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 613 InitParamValue(ParamType::TvoidConstPointerPointer, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 1468 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsANGLE() 1469 InitParamValue(ParamType::TvoidConstPointerPointer, indices, &indicesParam.value); in CaptureMultiDrawElementsANGLE() 1476 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsANGLE() 1477 InitParamValue(ParamType::TvoidConstPointerPointer, in CaptureMultiDrawElementsANGLE() 1521 ParamCapture indicesParam("indices", ParamType::TvoidConstPointerPointer); in CaptureMultiDrawElementsInstancedANGLE() 1522 InitParamValue(ParamType::TvoidConstPointerPointer, indices, &indicesParam.value); in CaptureMultiDrawElementsInstancedANGLE() [all …]
|