Home
last modified time | relevance | path

Searched refs:PROPERTY_ENABLE_GPU_PIXEL_BUFFERS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.h185 #define PROPERTY_ENABLE_GPU_PIXEL_BUFFERS "ro.hwui.use_gpu_pixel_buffers" macro
DCaches.cpp112 if (property_get(PROPERTY_ENABLE_GPU_PIXEL_BUFFERS, property, "true") > 0) { in initStaticProperties()