Searched refs:TQueryType (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/common/ |
D | frame_capture_utils_autogen.cpp | 446 case ParamType::TQueryType: in WriteParamCaptureReplay() 447 WriteParamValueReplay<ParamType::TQueryType>(os, call, param.value.QueryTypeVal); in WriteParamCaptureReplay() 1120 case ParamType::TQueryType: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 180 TQueryType, enumerator 1291 inline gl::QueryType GetParamVal<ParamType::TQueryType, gl::QueryType>(const ParamValue &value) 2368 case ParamType::TQueryType: in AccessParamValue() 2369 return GetParamVal<ParamType::TQueryType, T>(value); in AccessParamValue() 3311 inline void SetParamVal<ParamType::TQueryType>(gl::QueryType valueIn, ParamValue *valueOut) 4510 case ParamType::TQueryType: in InitParamValue() 4511 SetParamVal<ParamType::TQueryType>(valueIn, valueOut); in InitParamValue()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_autogen.cpp | 29 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureBeginQuery() 650 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureEndQuery() 1268 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryiv()
|
D | capture_gles_ext_autogen.cpp | 2893 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryivRobustANGLE() 6091 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureBeginQueryEXT() 6128 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureEndQueryEXT() 6318 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureGetQueryivEXT() 6363 paramBuffer.addValueParam("targetPacked", ParamType::TQueryType, targetPacked); in CaptureQueryCounterEXT()
|