HomeSort by relevance Sort by last modified time
    Searched full:gralloc_free (Results 1 - 16 of 16) 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 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;
378 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 55 free = gralloc_free;
405 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 54 free = gralloc_free;
400 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
  /hardware/qcom/display/sdm845/libgralloc/
gpu.h 59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
gpu.cpp 47 free = gralloc_free;
399 int gpu_context_t::gralloc_free(alloc_device_t* dev, function in class:gpu_context_t
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 252 static int gralloc_free(alloc_device_t* dev, function
309 dev->device.free = gralloc_free;
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 728 static int gralloc_free(alloc_device_t* dev, function
733 ERR("gralloc_free: invalid handle");
805 gralloc_free(&d->device, d->allocListHead->handle);
    [all...]

Completed in 158 milliseconds