Home
last modified time | relevance | path

Searched refs:outStore (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferdescriptor.cpp160 …mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outStore) in mali_gralloc_get_backing_store_internal() argument
168 if (outStore == NULL) in mali_gralloc_get_backing_store_internal()
175 *outStore = (gralloc1_backing_store_t)hnd->backing_store_id; in mali_gralloc_get_backing_store_internal()
Dmali_gralloc_bufferdescriptor.h111 …ali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outStore);
Dmali_gralloc_public_interface.cpp106 gralloc1_backing_store_t *outStore) in mali_gralloc_get_backing_store() argument
109 ret = mali_gralloc_get_backing_store_internal(buffer, outStore); in mali_gralloc_get_backing_store()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h213 gralloc1_backing_store_t* outStore) const { in getBackingStore() argument
214 *outStore = mStore; in getBackingStore()
/hardware/libhardware/include/hardware/
Dgralloc1.h540 gralloc1_backing_store_t* outStore);