Searched refs:gralloc_module_t (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
H A D | gralloc.h | 32 struct gralloc_module_t { struct 34 int (*registerBuffer)(gralloc_module_t const*, buffer_handle_t); 35 int (*unregisterBuffer)(gralloc_module_t const*, buffer_handle_t); 36 int (*lock)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**); 37 int (*unlock)(gralloc_module_t const*, buffer_handle_t); 38 int (*perform)(gralloc_module_t const*, int, ...); 39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, 41 int (*lockAsync)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**, int); 42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); 43 int (*lockAsync_ycbcr)(gralloc_module_t cons [all...] |
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc.h | 37 * gralloc_module_t.common.module_api_version. 157 typedef struct gralloc_module_t { struct 175 int (*registerBuffer)(struct gralloc_module_t const* module, 190 int (*unregisterBuffer)(struct gralloc_module_t const* module, 228 int (*lock)(struct gralloc_module_t const* module, 239 int (*unlock)(struct gralloc_module_t const* module, 244 int (*perform)(struct gralloc_module_t const* module, 267 int (*lock_ycbcr)(struct gralloc_module_t const* module, 282 int (*lockAsync)(struct gralloc_module_t const* module, 298 int (*unlockAsync)(struct gralloc_module_t cons 349 } gralloc_module_t; global() typedef [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | GrallocAndroid.hpp | 46 const gralloc_module_t *m_module;
|
H A D | GrallocAndroid.cpp | 63 m_module = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | GrallocAndroid.hpp | 46 const gralloc_module_t *m_module;
|
H A D | GrallocAndroid.cpp | 63 m_module = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 181 const gralloc_module_t *gralloc = device->gralloc; in tu_gralloc_info_cros() 218 const gralloc_module_t *gralloc = device->gralloc; in tu_gralloc_info()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 179 const gralloc_module_t *gralloc = device->gralloc; in v3dv_gralloc_info_cros() 210 const gralloc_module_t *gralloc = device->gralloc; in v3dv_gralloc_info()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.c | 37 const gralloc_module_t *module; 47 const gralloc_module_t *gralloc = NULL; in vn_android_gralloc_init() 118 const gralloc_module_t *gralloc = _vn_android_gralloc.module; in vn_android_gralloc_get_buffer_properties()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 296 const gralloc_module_t *gralloc;
|
Completed in 7 milliseconds