Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp338 case ParamType::TQueryType: in WriteParamCaptureReplay()
339 WriteParamValueReplay<ParamType::TQueryType>(os, call, param.value.QueryTypeVal); in WriteParamCaptureReplay()
648 case ParamType::TQueryType: in ParamTypeToString()
Dframe_capture_utils_autogen.h106 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()
Dcapture_gles_3_0_autogen.cpp30 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()
Dframe_capture_replay_autogen.cpp59 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()
Dcapture_gles_ext_autogen.cpp1424 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()