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

  /hardware/msm7k/libgralloc-qsd8k/
gpu.h 66 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
gpu.cpp 41 free = gralloc_free;
315 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
  /hardware/qcom/display/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 247 static int gralloc_free(alloc_device_t* dev, function
304 dev->device.free = gralloc_free;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 367 static int gralloc_free(alloc_device_t* dev, function
421 dev->device.free = gralloc_free;
  /hardware/msm7k/libgralloc/
gralloc.cpp 518 static int gralloc_free(alloc_device_t* dev, function
594 dev->device.free = gralloc_free;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 373 static int gralloc_free(alloc_device_t* dev, function
378 ERR("gralloc_free: invalid handle");
433 gralloc_free(&d->device, d->allocListHead->handle);
928 dev->device.free = gralloc_free;

Completed in 145 milliseconds