HomeSort by relevance Sort by last modified time
    Searched refs:gralloc_free (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
gpu.cpp 50 free = gralloc_free;
369 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;
365 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;
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/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 378 static int gralloc_free(alloc_device_t* dev, function
440 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);
914 dev->device.free = gralloc_free;

Completed in 355 milliseconds