Home
last modified time | relevance | path

Searched refs:debugLayersUpdates (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.cpp101 debugLayersUpdates = false; in init()
162 bool prevDebugLayersUpdates = debugLayersUpdates; in initProperties()
169 debugLayersUpdates = !strcmp(property, "true"); in initProperties()
171 debugLayersUpdates = false; in initProperties()
216 return (prevDebugLayersUpdates != debugLayersUpdates) || in initProperties()
DCaches.h323 bool debugLayersUpdates; variable
DOpenGLRenderer.cpp478 layer->debugDrawUpdate = mCaches.debugLayersUpdates; in updateLayer()