Home | History | Annotate | Download | only in gui

Lines Matching refs:format

117     mName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
250 uint32_t format, uint32_t usage) {
391 const bool updateFormat = (format != 0);
393 // keep the current (or default) format
394 format = mPixelFormat;
405 (uint32_t(buffer->format) != format) ||
412 w, h, format, usage, &error));
419 mPixelFormat = format;
745 bool SurfaceTexture::isExternalFormat(uint32_t format)
747 switch (format) {
757 // Any OEM format needs to be considered
758 if (format>=0x100 && format<=0x1FF)
1086 buf->format);