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

/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_volantis.sh25 adb shell setprop debug.egl.traceGpuCompletion 1
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h126 bool traceGpuCompletion; // property: debug.egl.traceGpuCompletion member in class:android::egl_display_t
H A Degl_display.cpp59 magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) {
209 property_get("debug.egl.traceGpuCompletion", value, "0");
211 traceGpuCompletion = true;
H A DeglApi.cpp1093 if (CC_UNLIKELY(dp->traceGpuCompletion)) {

Completed in 2427 milliseconds