Lines Matching defs:supported
157 , supported(false)
164 , supported(supported_)
170 bool supported;
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID;
485 TCU_THROW(NotSupportedError, "EGL_ANDROID_get_frame_timestamps is not supported");
521 // but should be required once HWC1 is no longer supported.
536 // Verify required timestamps are supported and populate supportedNames.
541 info.supported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, i->first) != EGL_FALSE;
544 if (info.supported)
550 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");
556 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported.");
558 // Verify compositor timings are supported.
561 TCU_CHECK_MSG(deadlineSupported, "EGL_COMPOSITE_DEADLINE_ANDROID not supported.");
564 TCU_CHECK_MSG(intervalSupported, "EGL_COMPOSITE_INTERVAL_ANDROID not supported.");
567 TCU_CHECK_MSG(latencySupported, "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID not supported.");
718 // Poll for present if it's supported.
720 if (timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID].supported)