OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gralloc_free
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/modules/gralloc/
gralloc.cpp
245
static int
gralloc_free
(alloc_device_t* dev,
function
302
dev->device.free =
gralloc_free
;
/hardware/qcom/display/msm8960/libgralloc/
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.cpp
50
free =
gralloc_free
;
371
int gpu_context_t::
gralloc_free
(alloc_device_t* dev,
function in class:gpu_context_t
/hardware/qcom/display/msm8x26/libgralloc/
gpu.cpp
51
free =
gralloc_free
;
356
int gpu_context_t::
gralloc_free
(alloc_device_t* dev,
function in class:gpu_context_t
/hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp
380
static int
gralloc_free
(alloc_device_t* dev,
function
434
dev->device.free =
gralloc_free
;
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
363
static int
gralloc_free
(alloc_device_t* dev,
function
368
ERR("
gralloc_free
: invalid handle");
423
gralloc_free
(&d->device, d->allocListHead->handle);
918
dev->device.free =
gralloc_free
;
Completed in 58 milliseconds