Searched refs:traceGpuCompletion (Results 1 – 4 of 4) sorted by relevance
24 adb shell setprop debug.egl.traceGpuCompletion 1
113 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion variable
83 traceGpuCompletion(false), in egl_display_t()376 traceGpuCompletion = base::GetBoolProperty("debug.egl.traceGpuCompletion", false); in initialize()
1325 if (CC_UNLIKELY(dp->traceGpuCompletion)) { in eglSwapBuffersWithDamageKHRImpl()