Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp113 static int gralloc_free(alloc_device_t* /*dev*/, buffer_handle_t handle) { in gralloc_free() function
158 dev->device.free = gralloc_free; in gralloc_device_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp928 static int gralloc_free(alloc_device_t* dev, in gralloc_free() function
996 gralloc_free(&d->device, *i); in gralloc_device_close()
1493 dev->device.free = gralloc_free; in gralloc_device_open()
Dgralloc_30.cpp664 int gralloc_free(buffer_handle_t h) { in gralloc_free() function in __anon27f2bec40111::goldfish_gralloc30_device_t
695 return gd->gralloc_free(h); in s_gralloc_free()