Home
last modified time | relevance | path

Searched refs:gralloc_free (Results 1 – 13 of 13) 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()
374 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free() function in gpu_context_t
/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()
391 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.cpp46 free = gralloc_free; in gpu_context_t()
391 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.cpp47 free = gralloc_free; in gpu_context_t()
392 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);
Dgpu.cpp50 free = gralloc_free; in gpu_context_t()
378 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.cpp250 static int gralloc_free(alloc_device_t* dev, in gralloc_free() function
307 dev->device.free = gralloc_free; in gralloc_device_open()