Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp60 … magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) { in egl_display_t()
222 traceGpuCompletion = true; in initialize()
Degl_display.h126 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion variable
DeglApi.cpp1121 if (CC_UNLIKELY(dp->traceGpuCompletion)) { in eglSwapBuffersWithDamageKHR()