/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
gralloc.cpp | 102 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function 160 dev->device.alloc = gralloc_alloc;
|
/device/generic/goldfish/gralloc/ |
gralloc.cpp | 207 static int gralloc_alloc(alloc_device_t* dev, function 312 dev->device.alloc = gralloc_alloc;
|
/device/google/cuttlefish_common/guest/hals/gralloc/ |
gralloc.cpp | 173 static int gralloc_alloc(alloc_device_t* /*dev*/, function 280 dev->device.alloc = gralloc_alloc;
|
/device/generic/goldfish-opengl/system/gralloc/ |
gralloc.cpp | 462 static int gralloc_alloc(alloc_device_t* dev, function 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", [all...] |