Home
last modified time | relevance | path

Searched refs:gralloc_module_t (Results 1 – 16 of 16) 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/google/cuttlefish/guest/hals/gralloc/legacy/
Dmapper.cpp42 int gralloc_register_buffer(gralloc_module_t const* /*module*/, in gralloc_register_buffer()
56 int gralloc_unregister_buffer(gralloc_module_t const* /*module*/, in gralloc_unregister_buffer()
66 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock()
90 gralloc_module_t const* /*module*/, buffer_handle_t handle) { in gralloc_unlock()
107 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock_ycbcr()
126 int32_t gralloc_get_transport_size(struct gralloc_module_t const* /*module*/, in gralloc_get_transport_size()
139 int32_t gralloc_validate_buffer_size(struct gralloc_module_t const* /*device*/, in gralloc_validate_buffer_size()
Dgralloc_vsoc_priv.h65 gralloc_module_t base;
313 gralloc_module_t const* module,
319 gralloc_module_t const* module, buffer_handle_t handle);
322 gralloc_module_t const* module, buffer_handle_t handle);
325 gralloc_module_t const* module, buffer_handle_t handle);
328 struct gralloc_module_t const* module,
334 struct gralloc_module_t const* module, buffer_handle_t handle,
338 struct gralloc_module_t const* device, buffer_handle_t handle,
/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/amlogic/yukawa/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/dragonboard/gralloc/
Dgralloc.cpp43 gralloc_module_t base;
67 static int gbm_mod_perform(const struct gralloc_module_t *mod, int op, ...) in gbm_mod_perform()
96 static int gbm_mod_register_buffer(const gralloc_module_t *mod, in gbm_mod_register_buffer()
113 static int gbm_mod_unregister_buffer(const gralloc_module_t *mod, in gbm_mod_unregister_buffer()
126 static int gbm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle, in gbm_mod_lock()
141 static int gbm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle) in gbm_mod_unlock()
/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.h51 mModule = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
53 const gralloc_module_t *mModule;
/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.cpp458 static private_module_t* from_gralloc_module(const gralloc_module_t* m) { in from_gralloc_module()
466 gralloc_module_t base;
962 int gralloc_register_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_register_buffer()
971 int gralloc_unregister_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_unregister_buffer()
980 int gralloc_lock(const gralloc_module_t* gralloc_module, in gralloc_lock()
997 int gralloc_unlock(const gralloc_module_t* gralloc_module, buffer_handle_t bh) { in gralloc_unlock()
1011 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;
1007 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
1065 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
1129 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
1300 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
1346 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
1623 sFallback = reinterpret_cast<gralloc_module_t*>(dlsym(module, HAL_MODULE_INFO_SYM_AS_STR)); in fallback_init()
/device/google/contexthub/sensorhal/
Ddirectchannel.h73 gralloc_module_t *mGrallocModule;
Ddirectchannel.cpp111 mGrallocModule = (gralloc_module_t *)module; in GrallocHalWrapper()
161 mGrallocModule = (gralloc_module_t *)module; in GrallocHalWrapper()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.h129 const gralloc_module_t* gralloc0_ = nullptr;