Home
last modified time | relevance | path

Searched refs:hw_module_t (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/include/android_stub/hardware/
Dhardware.h77 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);
Dgralloc.h158 struct hw_module_t common;
404 static inline int gralloc_open(const struct hw_module_t* module, in gralloc_open()
Dhwvulkan.h33 struct hw_module_t common;
Dfb.h160 static inline int framebuffer_open(const struct hw_module_t* module, in framebuffer_open()
Dgralloc1.h307 static inline int gralloc1_open(const struct hw_module_t* module, in gralloc1_open()
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
Dhardware.h32 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);
Dgralloc.h33 hw_module_t common;
Dgralloc1.h74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_android.c43 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/
Dtu_android.c26 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/
Dhardware_stub.cpp5 int hw_get_module(const char *id, const struct hw_module_t **module) in hw_get_module()
/third_party/mesa3d/src/intel/vulkan/
Danv_android.c40 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/
DGrallocAndroid.cpp56 const hw_module_t *module = nullptr; in GrallocModule()
/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp56 const hw_module_t *module = nullptr; in GrallocModule()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c44 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/
Dvn_android.c53 (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/
DVkGetProcAddress.cpp609 int OpenDevice(const hw_module_t *module, const char *id, hw_device_t **device) in OpenDevice()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c1688 (const hw_module_t **)&dri2_dpy->gralloc); in dri2_initialize_android()