Lines Matching refs:format
46 format = in GraphicBuffer()
60 format = in GraphicBuffer()
77 format = inFormat; in GraphicBuffer()
122 if (handle && w==width && h==height && f==format && reqUsage==usage) in reallocate()
133 status_t GraphicBuffer::initSize(uint32_t w, uint32_t h, PixelFormat format, in initSize() argument
137 status_t err = allocator.alloc(w, h, format, reqUsage, &handle, &stride); in initSize()
141 this->format = format; in initSize()
182 sur->format = format; in lock()
212 buf[4] = format; in flatten()
255 format = buf[4]; in unflatten()
263 width = height = stride = format = usage = 0; in unflatten()