Home | History | Annotate | Download | only in egl

Lines Matching refs:supported

157 		, supported(false)
164 , supported(supported_)
170 bool supported;
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID;
488 TCU_THROW(NotSupportedError, "EGL_ANDROID_get_frame_timestamps is not supported");
524 // but should be required once HWC1 is no longer supported.
539 // Verify required timestamps are supported and populate supportedNames.
544 info.supported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, i->first) != EGL_FALSE;
547 if (info.supported)
553 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");
559 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported.");
561 // Verify compositor timings are supported.
564 TCU_CHECK_MSG(deadlineSupported, "EGL_COMPOSITE_DEADLINE_ANDROID not supported.");
567 TCU_CHECK_MSG(intervalSupported, "EGL_COMPOSITE_INTERVAL_ANDROID not supported.");
570 TCU_CHECK_MSG(latencySupported, "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID not supported.");
696 // Poll for present if it's supported.
698 if (timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID].supported)