Searched refs:TQueryIDPointer (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 334 case ParamType::TQueryIDPointer: in WriteParamCaptureReplay() 335 WriteParamValueReplay<ParamType::TQueryIDPointer>(os, call, in WriteParamCaptureReplay() 646 case ParamType::TQueryIDPointer: in ParamTypeToString() 760 case ParamType::TQueryIDPointer: in GetResourceIDTypeFromParamType()
|
D | frame_capture_utils_autogen.h | 105 TQueryIDPointer, enumerator 831 inline gl::QueryID *GetParamVal<ParamType::TQueryIDPointer, gl::QueryID *>(const ParamValue &value) 1250 case ParamType::TQueryIDPointer: in AccessParamValue() 1251 return GetParamVal<ParamType::TQueryIDPointer, T>(value); in AccessParamValue() 1871 inline void SetParamVal<ParamType::TQueryIDPointer>(gl::QueryID *valueIn, ParamValue *valueOut) 2367 case ParamType::TQueryIDPointer: in InitParamValue() 2368 SetParamVal<ParamType::TQueryIDPointer>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_0_autogen.cpp | 600 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDPointer); in CaptureGenQueries() 601 InitParamValue(ParamType::TQueryIDPointer, idsPacked, &idsPackedParam.value); in CaptureGenQueries()
|
D | FrameCapture.cpp | 1275 call.params.getParam("idsPacked", ParamType::TQueryIDPointer, 1); in MaybeCaptureUpdateResourceIDs()
|
D | capture_gles_ext_autogen.cpp | 3012 ParamCapture idsPackedParam("idsPacked", ParamType::TQueryIDPointer); in CaptureGenQueriesEXT() 3013 InitParamValue(ParamType::TQueryIDPointer, idsPacked, &idsPackedParam.value); in CaptureGenQueriesEXT()
|
D | frame_capture_replay_autogen.cpp | 925 params.getParam("idsPacked", ParamType::TQueryIDPointer, 1))); in ReplayCall()
|