Lines Matching defs:timestamp
81 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampSupportedANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint timestamp);
195 bool timestampValid (EGLnsecsANDROID timestamp)
198 return (timestamp > 0) || (timestamp == EGL_TIMESTAMP_PENDING_ANDROID);
201 bool timestampPending (EGLnsecsANDROID timestamp)
203 return timestamp == EGL_TIMESTAMP_PENDING_ANDROID;
550 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");
556 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported.");
601 // The frame timestamp validation below assumes there is no frame janking,
769 : TestCaseGroup(eglTestCtx, "get_frame_timestamps", "Get frame timestamp tests")