Home
last modified time | relevance | path

Searched refs:QueryIDVal (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dframe_capture_replay_autogen.cpp60 params.getParam("idPacked", ParamType::TQueryID, 1).value.QueryIDVal); in ReplayCall()
1352 params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal, in ReplayCall()
1359 params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal, in ReplayCall()
1366 params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal, in ReplayCall()
1373 params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal, in ReplayCall()
1750 context->isQuery(params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal); in ReplayCall()
2450 params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal, in ReplayCall()
Dframe_capture_utils_autogen.h229 gl::QueryID QueryIDVal; member
820 return value.QueryIDVal;
1860 valueOut->QueryIDVal = valueIn;
Dframe_capture_utils_autogen.cpp328 WriteParamValueReplay<ParamType::TQueryID>(os, call, param.value.QueryIDVal); in WriteParamCaptureReplay()