Home | History | Annotate | Download | only in ui

Lines Matching refs:format

46     format = 
59 format =
75 format = inFormat;
88 format = buffer->format;
134 if (handle && w==width && h==height && f==format && reqUsage==usage)
145 status_t GraphicBuffer::initSize(uint32_t w, uint32_t h, PixelFormat format,
149 status_t err = allocator.alloc(w, h, format, reqUsage, &handle, &stride);
153 this->format = format;
194 sur->format = format;
222 buf[4] = format;
264 format = buf[4];
271 width = height = stride = format = usage = 0;