Home
last modified time | relevance | path

Searched refs:gralloc_module_t (Results 1 – 14 of 14) 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/generic/vulkan-cereal/fake-android-guest/hardware/
Dgralloc.h154 typedef struct gralloc_module_t { struct
172 int (*registerBuffer)(struct gralloc_module_t const* module, argument
187 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument
225 int (*lock)(struct gralloc_module_t const* module, argument
236 int (*unlock)(struct gralloc_module_t const* module, argument
241 int (*perform)(struct gralloc_module_t const* module, argument
264 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument
279 int (*lockAsync)(struct gralloc_module_t const* module, argument
295 int (*unlockAsync)(struct gralloc_module_t const* module, argument
309 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, 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_30.cpp460 static private_module_t* from_gralloc_module(const gralloc_module_t* m) { in from_gralloc_module()
468 gralloc_module_t base;
964 int gralloc_register_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_register_buffer()
973 int gralloc_unregister_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_unregister_buffer()
982 int gralloc_lock(const gralloc_module_t* gralloc_module, in gralloc_lock()
999 int gralloc_unlock(const gralloc_module_t* gralloc_module, buffer_handle_t bh) { in gralloc_unlock()
1013 int gralloc_lock_ycbcr(const gralloc_module_t* gralloc_module, in gralloc_lock_ycbcr()
Dgralloc_old.cpp159 gralloc_module_t base;
166 static gralloc_module_t* sFallback;
1012 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
1070 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
1134 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
1305 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
1351 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
1628 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;
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGrallocDispatch.cpp51 impl_out->alloc_module = reinterpret_cast<gralloc_module_t*>( in load_gralloc_module()
DGrallocDispatch.h25 struct gralloc_module_t* alloc_module;