Searched refs:TQueryType (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 338 case ParamType::TQueryType: in WriteParamCaptureReplay() 339 WriteParamValueReplay<ParamType::TQueryType>(os, call, param.value.QueryTypeVal); in WriteParamCaptureReplay() 648 case ParamType::TQueryType: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 106 TQueryType, enumerator 837 inline gl::QueryType GetParamVal<ParamType::TQueryType, gl::QueryType>(const ParamValue &value) 1252 case ParamType::TQueryType: in AccessParamValue() 1253 return GetParamVal<ParamType::TQueryType, T>(value); in AccessParamValue() 1877 inline void SetParamVal<ParamType::TQueryType>(gl::QueryType valueIn, ParamValue *valueOut) 2370 case ParamType::TQueryType: in InitParamValue() 2371 SetParamVal<ParamType::TQueryType>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_3_0_autogen.cpp | 30 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureBeginQuery() 528 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureEndQuery() 946 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryiv()
|
D | frame_capture_replay_autogen.cpp | 59 params.getParam("targetPacked", ParamType::TQueryType, 0).value.QueryTypeVal, in ReplayCall() 788 params.getParam("targetPacked", ParamType::TQueryType, 0).value.QueryTypeVal); in ReplayCall() 1380 params.getParam("targetPacked", ParamType::TQueryType, 0).value.QueryTypeVal, in ReplayCall() 2451 params.getParam("targetPacked", ParamType::TQueryType, 1).value.QueryTypeVal); in ReplayCall()
|
D | capture_gles_ext_autogen.cpp | 1424 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryivRobustANGLE() 2971 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureBeginQueryEXT() 2998 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureEndQueryEXT() 3127 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryivEXT() 3162 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureQueryCounterEXT()
|