HomeSort by relevance Sort by last modified time
    Searched refs:traceGpuCompletion (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_display.h 126 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion
egl_display.cpp 60 magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0) {
212 property_get("debug.egl.traceGpuCompletion", value, "0");
214 traceGpuCompletion = true;
eglApi.cpp     [all...]

Completed in 2860 milliseconds