Home
last modified time | relevance | path

Searched refs:TQueryIDConstPointer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.cpp442 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 Dframe_capture_utils_autogen.h137 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 Dcapture_gles_3_0_autogen.cpp419 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 Dcapture_gles_ext_autogen.cpp6108 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 DFrameCapture.cpp932 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()