Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dframe_capture_utils_autogen.cpp435 case ParamType::TQueryIDConstPointer: in WriteParamCaptureReplay()
436 WriteParamValueReplay<ParamType::TQueryIDConstPointer>( in WriteParamCaptureReplay()
822 case ParamType::TQueryIDConstPointer: in ParamTypeToString()
942 case ParamType::TQueryIDConstPointer: in GetResourceIDTypeFromParamType()
Dframe_capture_utils_autogen.h135 TQueryIDConstPointer, enumerator
1090 inline const gl::QueryID *GetParamVal<ParamType::TQueryIDConstPointer, const gl::QueryID *>(
1595 case ParamType::TQueryIDConstPointer: in AccessParamValue()
1596 return GetParamVal<ParamType::TQueryIDConstPointer, T>(value); in AccessParamValue()
2414 inline void SetParamVal<ParamType::TQueryIDConstPointer>(const gl::QueryID *valueIn,
3026 case ParamType::TQueryIDConstPointer: in InitParamValue()
3027 SetParamVal<ParamType::TQueryIDConstPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_0_autogen.cpp421 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries()
422 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueries()
428 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries()
429 InitParamValue(ParamType::TQueryIDConstPointer, static_cast<const QueryID *>(nullptr), in CaptureDeleteQueries()
Dcapture_gles_ext_autogen.cpp5495 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT()
5496 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueriesEXT()
5502 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT()
5503 InitParamValue(ParamType::TQueryIDConstPointer, static_cast<const QueryID *>(nullptr), in CaptureDeleteQueriesEXT()
Dframe_capture_replay_autogen.cpp595 params.getParam("idsPacked", ParamType::TQueryIDConstPointer, 1))); in ReplayCall()
DFrameCapture.cpp738 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()