Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp374 override { collectingTimestamps = (collect == EGL_TRUE) ? true : false; } in setCollectingTimestamps()
375 …virtual EGLint isCollectingTimestamps() const override { return collectingTimestamps ? EGL_TRU… in isCollectingTimestamps()
386 bool collectingTimestamps; member
395 collectingTimestamps(false) in egl_window_surface_t()