Home
last modified time | relevance | path

Searched refs:gralloc_module_t (Results 1 – 12 of 12) 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/mesa3d/include/android_stub/hardware/
Dgralloc.h157 typedef struct gralloc_module_t { struct
175 int (*registerBuffer)(struct gralloc_module_t const* module, argument
190 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument
228 int (*lock)(struct gralloc_module_t const* module, argument
239 int (*unlock)(struct gralloc_module_t const* module, argument
244 int (*perform)(struct gralloc_module_t const* module, argument
267 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument
282 int (*lockAsync)(struct gralloc_module_t const* module, argument
298 int (*unlockAsync)(struct gralloc_module_t const* module, argument
312 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument
[all …]
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc16 gralloc_module_t base;
262 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
275 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
281 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
287 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
302 static int gralloc0_perform(struct gralloc_module_t const *module, int op, ...) in gralloc0_perform()
416 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
422 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
462 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
469 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.c61 struct gralloc_module_t *module;
185 static int register_buffer(struct gralloc_module_t *module, struct grallocinfo *info) in register_buffer()
192 static int unregister_buffer(struct gralloc_module_t *module, struct grallocinfo *info) in unregister_buffer()
199 static int lock(struct gralloc_module_t *module, struct grallocinfo *info) in lock()
209 static int unlock(struct gralloc_module_t *module, struct grallocinfo *info) in unlock()
216 static int lock_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_ycbcr()
226 static int lock_async(struct gralloc_module_t *module, struct grallocinfo *info) in lock_async()
236 static int unlock_async(struct gralloc_module_t *module, struct grallocinfo *info) in unlock_async()
245 static int lock_async_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_async_ycbcr()
271 ctx->module = (gralloc_module_t *)hw_module; in test_init_gralloc()
[all …]
/external/drm_hwcomposer/drm/
DResourceManager.h35 const gralloc_module_t *gralloc();
54 const gralloc_module_t *gralloc_;
DResourceManager.cpp148 const gralloc_module_t *ResourceManager::gralloc() { in gralloc()
/external/swiftshader/src/Common/
DGrallocAndroid.hpp46 const gralloc_module_t *m_module;
DGrallocAndroid.cpp63 m_module = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
/external/swiftshader/src/System/
DGrallocAndroid.hpp46 const gralloc_module_t *m_module;
DGrallocAndroid.cpp63 m_module = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
/external/drm_hwcomposer/bufferinfo/
DBufferInfoGetter.h57 const gralloc_module_t *gralloc_;
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h249 const gralloc_module_t *gralloc;