/hardware/qcom/display/msm8084/libgralloc/ |
gpu.h | 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 51 free = gralloc_free; 375 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8226/libgralloc/ |
gpu.h | 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 50 free = gralloc_free; 378 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8909/libgralloc/ |
gpu.h | 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 47 free = gralloc_free; 391 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/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; 362 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8994/libgralloc/ |
gpu.h | 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 47 free = gralloc_free; 392 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/qcom/display/msm8996/libgralloc/ |
gpu.h | 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
|
gpu.cpp | 46 free = gralloc_free; 387 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 250 static int gralloc_free(alloc_device_t* dev, function 307 dev->device.free = gralloc_free;
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 359 static int gralloc_free(alloc_device_t* dev, function 364 ERR("gralloc_free: invalid handle"); 419 gralloc_free(&d->device, d->allocListHead->handle); 926 dev->device.free = gralloc_free; [all...] |