Searched refs:LAYER_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp72 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
76 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
H A DProperties.h35 #define LAYER_SIZE 64 macro
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp102 return uint32_t(ceilf(dimension / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 167 milliseconds