Home
last modified time | relevance | path

Searched defs:gralloc_module_t (Results 1 – 3 of 3) 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/drm_hwcomposer/.ci/android_headers/hardware/
Dgralloc.h160 typedef struct gralloc_module_t { struct
178 int (*registerBuffer)(struct gralloc_module_t const* module, argument
193 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument
231 int (*lock)(struct gralloc_module_t const* module, argument
242 int (*unlock)(struct gralloc_module_t const* module, argument
247 int (*perform)(struct gralloc_module_t const* module, argument
270 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument
285 int (*lockAsync)(struct gralloc_module_t const* module, argument
301 int (*unlockAsync)(struct gralloc_module_t const* module, argument
315 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, 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 …]