Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_private_interface.cpp236 if (gralloc_buffer_attr_map(hnd, 1) < 0) in mali_gralloc_private_get_attr_param()
271 if (gralloc_buffer_attr_map(hnd, 1) < 0) in mali_gralloc_private_set_attr_param()
Dgralloc_buffer_priv.h67 static inline int gralloc_buffer_attr_map(struct private_handle_t *hnd, int readwrite) in gralloc_buffer_attr_map() function
Dmali_gralloc_bufferallocation.cpp731 if (gralloc_buffer_attr_map(hnd, true) < 0) in set_dataspace()