Home
last modified time | relevance | path

Searched refs:gralloc_free (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp51 free = gralloc_free; in gpu_context_t()
375 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp47 free = gralloc_free; in gpu_context_t()
399 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp54 free = gralloc_free; in gpu_context_t()
400 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp47 free = gralloc_free; in gpu_context_t()
399 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.h59 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp55 free = gralloc_free; in gpu_context_t()
405 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.h60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
Dgpu.cpp51 free = gralloc_free; in gpu_context_t()
362 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/hardware/libhardware/modules/gralloc/
Dgralloc.cpp252 static int gralloc_free(alloc_device_t* dev, in gralloc_free() function
309 dev->device.free = gralloc_free; in gralloc_device_open()