Home
last modified time | relevance | path

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

/external/swiftshader/include/Android/hardware/
Dgralloc.h32 struct gralloc_module_t { struct
34 int (*registerBuffer)(gralloc_module_t const*, buffer_handle_t); argument
35 int (*unregisterBuffer)(gralloc_module_t const*, buffer_handle_t); argument
36 int (*lock)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**); argument
37 int (*unlock)(gralloc_module_t const*, buffer_handle_t); argument
38 int (*perform)(gralloc_module_t const*, int, ...); argument
39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, argument
41 … int (*lockAsync)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**, int); argument
42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); argument
43 int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, argument
[all …]
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc14 gralloc_module_t base;
194 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
206 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
212 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
218 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
233 static int gralloc0_perform(struct gralloc_module_t const *module, int op, ...) in gralloc0_perform()
290 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
296 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
330 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
337 static int gralloc0_lock_async_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async_ycbcr()
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c52 struct gralloc_module_t *module;
176 static int register_buffer(struct gralloc_module_t *module, struct grallocinfo *info) in register_buffer()
183 static int unregister_buffer(struct gralloc_module_t *module, struct grallocinfo *info) in unregister_buffer()
190 static int lock(struct gralloc_module_t *module, struct grallocinfo *info) in lock()
200 static int unlock(struct gralloc_module_t *module, struct grallocinfo *info) in unlock()
207 static int lock_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_ycbcr()
217 static int lock_async(struct gralloc_module_t *module, struct grallocinfo *info) in lock_async()
227 static int unlock_async(struct gralloc_module_t *module, struct grallocinfo *info) in unlock_async()
236 static int lock_async_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_async_ycbcr()
262 ctx->module = (gralloc_module_t *)hw_module; in test_init_gralloc()
[all …]
/external/drm_hwcomposer/
Dresourcemanager.h35 const gralloc_module_t *gralloc();
50 const gralloc_module_t *gralloc_;
Dplatformminigbm.h40 const gralloc_module_t *gralloc_;
Dplatformhisi.h48 const gralloc_module_t *gralloc_;
Dplatformdrmgeneric.h44 const gralloc_module_t *gralloc_;
Dresourcemanager.cpp109 const gralloc_module_t *ResourceManager::gralloc() { in gralloc()
/external/swiftshader/src/Common/
DGrallocAndroid.hpp36 const gralloc_module_t *m_module;
DGrallocAndroid.cpp37 m_module = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule()
/external/swiftshader/src/System/
DGrallocAndroid.hpp36 const gralloc_module_t *m_module;
DGrallocAndroid.cpp37 m_module = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h226 const gralloc_module_t *gralloc;