Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/include/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 …]
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.cpp78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer()
85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer()
92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr()
108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock()
115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async()
123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async()
131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
Dmali_gralloc_module.h35 } gralloc_module_t; typedef
68 gralloc_module_t base;
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer()
85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer()
92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr()
108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock()
115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async()
123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async()
131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
Dmali_gralloc_module.h35 } gralloc_module_t; typedef
68 gralloc_module_t base;
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp62 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer()
239 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer()
281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr()
410 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock()
465 static int gralloc_lock_async (gralloc_module_t const *module, buffer_handle_t handle, int usage, i… in gralloc_lock_async()
476 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int *fenceF… in gralloc_unlock_async()
489 static int gralloc_lock_async_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_async_ycbcr()
Dgralloc_priv.h106 gralloc_module_t base;
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp190 gralloc_module_t base;
197 static gralloc_module_t* sFallback;
1031 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
1089 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
1153 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
1324 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
1370 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
1647 sFallback = reinterpret_cast<gralloc_module_t*>(dlsym(module, HAL_MODULE_INFO_SYM_AS_STR)); in fallback_init()
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp111 mGrallocModule = (gralloc_module_t *)module; in GrallocHalWrapper()
161 mGrallocModule = (gralloc_module_t *)module; in GrallocHalWrapper()
Ddirectchannel.h73 gralloc_module_t *mGrallocModule;