Home
last modified time | relevance | path

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

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