Lines Matching refs:timestamps
80 … EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID…
529 TimestampInfoMap timestamps; in executeForConfig() local
530 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
531 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
532 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
533 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
534 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
535 timestamps[EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
536 timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID] = TimestampInfo(false, false, 0); in executeForConfig()
537 timestamps[EGL_DEQUEUE_READY_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
538 timestamps[EGL_READS_DONE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
544 for (TimestampInfoMap::iterator i = timestamps.begin(); i != timestamps.end(); i++) in executeForConfig()
673 populateFrameTimes(&frame5ago, timestamps, supportedValues); in executeForConfig()
697 populateFrameTimes(&lastFrame, timestamps, supportedValues); in executeForConfig()
701 if (timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID].supported) in executeForConfig()