Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp451 override { collectingTimestamps = (collect == EGL_TRUE) ? true : false; } in setCollectingTimestamps()
452 …virtual EGLint isCollectingTimestamps() const override { return collectingTimestamps ? EGL_TRU… in isCollectingTimestamps()
463 bool collectingTimestamps; member
472 collectingTimestamps(false) in egl_window_surface_t()