/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
|
gpu.cpp | 47 alloc = gralloc_alloc; 333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function in class:gpu_context_t
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.h | 50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
|
gpu.cpp | 46 alloc = gralloc_alloc; 348 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function in class:gpu_context_t
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.h | 50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
|
gpu.cpp | 47 alloc = gralloc_alloc; 333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function in class:gpu_context_t
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 199 static int gralloc_alloc(alloc_device_t* dev, function 301 dev->device.alloc = gralloc_alloc;
|
/hardware/samsung_slsi/exynos5/gralloc/ |
gralloc.cpp | 335 static int gralloc_alloc(alloc_device_t* dev, function 433 dev->device.alloc = gralloc_alloc;
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 129 static int gralloc_alloc(alloc_device_t* dev, function 133 D("gralloc_alloc w=%d h=%d usage=0x%x\n", w, h, usage); 137 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p", 148 ALOGE("gralloc_alloc: Mismatched usage flags: %d x %d, usage %x", 178 ALOGE("gralloc_alloc: Requested auto format selection, " 189 ALOGE("gralloc_alloc: Requested YCbCr_420_888, but no known " 256 ALOGE("gralloc_alloc: Unknown format %d", format); 281 D("gralloc_alloc format=%d, ashmem_size=%d, stride=%d, tid %d\n", format, 294 ALOGE("gralloc_alloc failed to create ashmem region: %s\n", 917 dev->device.alloc = gralloc_alloc; [all...] |