Searched refs:TQueryIDConstPointer (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 330 case ParamType::TQueryIDConstPointer: in WriteParamCaptureReplay() 331 WriteParamValueReplay<ParamType::TQueryIDConstPointer>( in WriteParamCaptureReplay() 644 case ParamType::TQueryIDConstPointer: in ParamTypeToString() 758 case ParamType::TQueryIDConstPointer: in GetResourceIDTypeFromParamType()
|
D | frame_capture_utils_autogen.h | 104 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()
|
D | capture_gles_3_0_autogen.cpp | 369 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueries() 370 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueries()
|
D | FrameCapture.cpp | 596 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()
|
D | capture_gles_ext_autogen.cpp | 2986 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDConstPointer); in CaptureDeleteQueriesEXT() 2987 InitParamValue(ParamType::TQueryIDConstPointer, idsPacked, &idsPackedParam.value); in CaptureDeleteQueriesEXT()
|
D | frame_capture_replay_autogen.cpp | 569 params.getParam("idsPacked", ParamType::TQueryIDConstPointer, 1))); in ReplayCall()
|