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

  /frameworks/base/libs/hwui/tests/scripts/
prep_volantis.sh 25 adb shell setprop debug.egl.traceGpuCompletion 1
  /frameworks/native/opengl/libs/EGL/
egl_display.h 126 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion
egl_display.cpp 59 magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) {
206 property_get("debug.egl.traceGpuCompletion", value, "0");
208 traceGpuCompletion = true;
eglApi.cpp     [all...]

Completed in 58 milliseconds