Searched refs:hw_module_t (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/include/android_stub/hardware/ |
D | hardware.h | 77 struct hw_module_t; 86 typedef struct hw_module_t { struct 154 } hw_module_t; argument 158 int (*open)(const struct hw_module_t* module, const char* id, 190 struct hw_module_t* module; 225 int hw_get_module(const char *id, const struct hw_module_t **module); 240 const struct hw_module_t **module);
|
D | gralloc.h | 158 struct hw_module_t common; 404 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open()
|
D | hwvulkan.h | 33 struct hw_module_t common;
|
D | fb.h | 160 static inline int framebuffer_open(const struct hw_module_t* module, in framebuffer_open()
|
D | gralloc1.h | 307 static inline int gralloc1_open(const struct hw_module_t* module, in gralloc1_open()
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
D | hardware.h | 32 struct hw_module_t { struct 51 struct hw_module_t* module; argument 61 int (*open)(const hw_module_t*, const char*, hw_device_t**); 65 int hw_get_module(const char* id, const hw_module_t** module);
|
D | gralloc.h | 33 hw_module_t common;
|
D | gralloc1.h | 74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_android.c | 43 v3dv_hal_open(const struct hw_module_t *mod, 81 v3dv_hal_open(const struct hw_module_t *mod, in v3dv_hal_open() 205 (const hw_module_t **) &device->gralloc); in v3dv_gralloc_info()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 26 tu_hal_open(const struct hw_module_t *mod, 64 tu_hal_open(const struct hw_module_t *mod, in tu_hal_open() 206 (const hw_module_t **)&device->gralloc); in tu_gralloc_info()
|
/third_party/mesa3d/src/android_stub/ |
D | hardware_stub.cpp | 5 int hw_get_module(const char *id, const struct hw_module_t **module) in hw_get_module()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 40 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 73 anv_hal_open(const struct hw_module_t* mod, const char* id, in anv_hal_open()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 56 const hw_module_t *module = nullptr; in GrallocModule()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | GrallocAndroid.cpp | 56 const hw_module_t *module = nullptr; in GrallocModule()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 44 static int radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev); 79 radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev) in radv_hal_open()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.c | 53 (const hw_module_t **)&gralloc); in vn_android_gralloc_init() 178 vn_hal_open(const struct hw_module_t *mod, 222 vn_hal_open(const struct hw_module_t *mod, in vn_hal_open()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkGetProcAddress.cpp | 609 int OpenDevice(const hw_module_t *module, const char *id, hw_device_t **device) in OpenDevice()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 1688 (const hw_module_t **)&dri2_dpy->gralloc); in dri2_initialize_android()
|