Home
last modified time | relevance | path

Searched refs:TQueryType (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp446 case ParamType::TQueryType: in WriteParamCaptureReplay()
447 WriteParamValueReplay<ParamType::TQueryType>(os, call, param.value.QueryTypeVal); in WriteParamCaptureReplay()
1120 case ParamType::TQueryType: in ParamTypeToString()
Dframe_capture_utils_autogen.h180 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/
Dcapture_gles_3_0_autogen.cpp29 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()
Dcapture_gles_ext_autogen.cpp2893 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()