Searched refs:TQueryIDConstPointer (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.cpp | 435 case ParamType::TQueryIDConstPointer: in WriteParamCaptureReplay() 436 WriteParamValueReplay<ParamType::TQueryIDConstPointer>( in WriteParamCaptureReplay() 822 case ParamType::TQueryIDConstPointer: in ParamTypeToString() 942 case ParamType::TQueryIDConstPointer: in GetResourceIDTypeFromParamType()
|
D | frame_capture_utils_autogen.h | 135 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()
|
D | capture_gles_3_0_autogen.cpp | 421 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()
|
D | capture_gles_ext_autogen.cpp | 5495 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()
|
D | frame_capture_replay_autogen.cpp | 595 params.getParam("idsPacked", ParamType::TQueryIDConstPointer, 1))); in ReplayCall()
|
D | FrameCapture.cpp | 738 case ParamType::TQueryIDConstPointer: in WriteCppReplayForCall()
|