/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 51 free = gralloc_free; 356 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.h | 60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 50 free = gralloc_free; 371 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.h | 60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 51 free = gralloc_free; 356 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 245 static int gralloc_free(alloc_device_t* dev, function 302 dev->device.free = gralloc_free;
|
/hardware/samsung_slsi/exynos5/gralloc/ |
gralloc.cpp | 380 static int gralloc_free(alloc_device_t* dev, function 434 dev->device.free = gralloc_free;
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 363 static int gralloc_free(alloc_device_t* dev, function 368 ERR("gralloc_free: invalid handle"); 423 gralloc_free(&d->device, d->allocListHead->handle); 918 dev->device.free = gralloc_free;
|