Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp570 case ParamType::TTimestamp: in WriteParamCaptureReplay()
571 WriteParamValueReplay<ParamType::TTimestamp>(os, call, param.value.TimestampVal); in WriteParamCaptureReplay()
961 case ParamType::TTimestamp: in ParamTypeToString()
Dframe_capture_utils_autogen.h172 TTimestamp, enumerator
1372 inline egl::Timestamp GetParamVal<ParamType::TTimestamp, egl::Timestamp>(const ParamValue &value)
1822 case ParamType::TTimestamp: in AccessParamValue()
1823 return GetParamVal<ParamType::TTimestamp, T>(value); in AccessParamValue()
2841 inline void SetParamVal<ParamType::TTimestamp>(egl::Timestamp valueIn, ParamValue *valueOut)
3437 case ParamType::TTimestamp: in InitParamValue()
3438 SetParamVal<ParamType::TTimestamp>(valueIn, valueOut); in InitParamValue()
/external/angle/src/libANGLE/capture/
Dcapture_egl_autogen.cpp941 paramBuffer.addValueParam("timestampPacked", ParamType::TTimestamp, timestampPacked); in CaptureGetFrameTimestampSupportedANDROID()