Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp122 class goldfish_gralloc30_module_t;
148 std::unique_ptr<buffer_manager_t> create_buffer_manager(goldfish_gralloc30_module_t*);
150 class goldfish_gralloc30_module_t { class
153 goldfish_gralloc30_module_t() in goldfish_gralloc30_module_t() function in __anon1242cbb90111::goldfish_gralloc30_module_t
442 goldfish_gralloc30_module_t* impl() { in impl()
469 goldfish_gralloc30_module_t gralloc30;
474 goldfish_gralloc30_module_t* gralloc_module;
787 goldfish_address_space_host_malloc_buffer_manager_t(goldfish_gralloc30_module_t* gr): m_gr(gr) { in goldfish_address_space_host_malloc_buffer_manager_t()
950 goldfish_gralloc30_module_t* m_gr;
954 std::unique_ptr<buffer_manager_t> create_buffer_manager(goldfish_gralloc30_module_t* gr) { in create_buffer_manager()