Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/scripts/
Dstopruntime.sh24 adb shell setprop debug.egl.traceGpuCompletion 1
/frameworks/native/opengl/libs/EGL/
Degl_display.h113 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion variable
Degl_display.cpp83 traceGpuCompletion(false), in egl_display_t()
376 traceGpuCompletion = base::GetBoolProperty("debug.egl.traceGpuCompletion", false); in initialize()
Degl_platform_entries.cpp1325 if (CC_UNLIKELY(dp->traceGpuCompletion)) { in eglSwapBuffersWithDamageKHRImpl()