Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp330 case ParamType::TQueryIDConstPointer: in WriteParamCaptureReplay()
331 WriteParamValueReplay<ParamType::TQueryIDConstPointer>( in WriteParamCaptureReplay()
644 case ParamType::TQueryIDConstPointer: in ParamTypeToString()
758 case ParamType::TQueryIDConstPointer: in GetResourceIDTypeFromParamType()
Dframe_capture_utils_autogen.h104 TQueryIDConstPointer, enumerator
824 inline const gl::QueryID *GetParamVal<ParamType::TQueryIDConstPointer, const gl::QueryID *>(
1248 case ParamType::TQueryIDConstPointer: in AccessParamValue()
1249 return GetParamVal<ParamType::TQueryIDConstPointer, T>(value); in AccessParamValue()
1864 inline void SetParamVal<ParamType::TQueryIDConstPointer>(const gl::QueryID *valueIn,
2364 case ParamType::TQueryIDConstPointer: in InitParamValue()
2365 SetParamVal<ParamType::TQueryIDConstPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_0_autogen.cpp369 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries()
370 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueries()
DFrameCapture.cpp596 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()
Dcapture_gles_ext_autogen.cpp2986 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT()
2987 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueriesEXT()
Dframe_capture_replay_autogen.cpp569 params.getParam("idsPacked", ParamType::TQueryIDConstPointer, 1))); in ReplayCall()