Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:format

256         //hnd->format holds our implementation defined format
258 switch (hnd->format) {
270 ALOGD("%s: Invalid format passed: 0x%x", __FUNCTION__,
271 hnd->format);
322 int format = va_arg(args, int);
337 hnd->format = format;
348 int format = va_arg(args, int);
355 hnd->format = format;
363 int format = va_arg(args, int);
365 *stride = AdrenoMemInfo::getInstance().getStride(width, format);