Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp153 struct TimestampInfo struct
155 TimestampInfo() in TimestampInfo() function
162 TimestampInfo(bool required_, bool supported_, size_t supportedIndex_) in TimestampInfo() argument
174 typedef std::map<eglw::EGLint, TimestampInfo> TimestampInfoMap;
178 TimestampInfo& info = map[name]; in getTimestamp()
526 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
527 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
528 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
529 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
530 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
[all …]