Searched refs:TQueryIDConstPointer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | frame_capture_utils_autogen.cpp | 442 case ParamType::TQueryIDConstPointer: in WriteParamCaptureReplay() 443 WriteParamValueReplay<ParamType::TQueryIDConstPointer>( in WriteParamCaptureReplay() 858 case ParamType::TQueryIDConstPointer: in ParamTypeToString() 996 case ParamType::TQueryIDConstPointer: in GetResourceIDTypeFromParamType()
|
H A D | frame_capture_utils_autogen.h | 137 TQueryIDConstPointer, enumerator 1121 inline const gl::QueryID *GetParamVal<ParamType::TQueryIDConstPointer, const gl::QueryID *>( 1676 case ParamType::TQueryIDConstPointer: in AccessParamValue() 1677 return GetParamVal<ParamType::TQueryIDConstPointer, T>(value); in AccessParamValue() 2521 inline void SetParamVal<ParamType::TQueryIDConstPointer>(const gl::QueryID *valueIn, 3181 case ParamType::TQueryIDConstPointer: in InitParamValue() 3182 SetParamVal<ParamType::TQueryIDConstPointer>(valueIn, valueOut); in InitParamValue()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 419 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries() 420 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueries() 426 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries() 427 InitParamValue(ParamType::TQueryIDConstPointer, static_cast<const QueryID *>(nullptr), in CaptureDeleteQueries()
|
H A D | capture_gles_ext_autogen.cpp | 6108 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT() 6109 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueriesEXT() 6115 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT() 6116 InitParamValue(ParamType::TQueryIDConstPointer, static_cast<const QueryID *>(nullptr), in CaptureDeleteQueriesEXT()
|
H A D | FrameCapture.cpp | 932 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()
|