Home | History | Annotate | Download | only in ui

Lines Matching refs:layerCount

69                     rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
75 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
96 PixelFormat format, uint32_t layerCount, uint64_t usage,
107 // Ensure that layerCount is valid.
108 if (layerCount < 1)
109 layerCount = 1;
114 info.layerCount = layerCount;
128 rec.layerCount = layerCount;
136 ALOGE("Failed to allocate (%u x %u) layerCount %u format %d "
138 width, height, layerCount, format, usage,