Lines Matching defs:gralloc_alloc
462 static int gralloc_alloc(alloc_device_t* dev,
466 D("gralloc_alloc w=%d h=%d usage=0x%x format=0x%x\n", w, h, usage, format);
470 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p",
514 ALOGE("gralloc_alloc: Requested auto format selection, "
521 ALOGW("gralloc_alloc: Requested YCbCr_420_888, taking experimental path. "
629 ALOGE("gralloc_alloc: Unknown format %d", format);
700 D("gralloc_alloc format=%d, ashmem_size=%d, stride=%d, tid %d\n", format,
714 ALOGE("gralloc_alloc failed to create ashmem region: %s\n",
1447 dev->device.alloc = gralloc_alloc;