Searched refs:hw_module_t (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | hardware_stub.cpp | 5 int hw_get_module(const char *id, const struct hw_module_t **module)
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| H A D | hardware.h | 29 * Value for the hw_module_t.tag field 49 * All module implementations must set the hw_module_t.hal_api_version field 66 * Use this macro to set the hw_module_t.module_api_version field. 77 struct hw_module_t; 83 * and the fields of this data structure must begin with hw_module_t 86 typedef struct hw_module_t { struct 121 * version the hw_module_t, hw_module_methods_t, and hw_device_t 154 } hw_module_t; typedef in typeref:struct:hw_module_t 158 int (*open)(const struct hw_module_t* module, const char* id, 190 struct hw_module_t* modul [all...] |
| H A D | hwvulkan.h | 33 struct hw_module_t common;
|
| H A D | fb.h | 160 static inline int framebuffer_open(const struct hw_module_t* module,
|
| H A D | gralloc.h | 154 * and the fields of this data structure must begin with hw_module_t 158 struct hw_module_t common; 404 static inline int gralloc_open(const struct hw_module_t* module,
|
| H A D | gralloc1.h | 307 static inline int gralloc1_open(const struct hw_module_t* module,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 44 tu_hal_open(const struct hw_module_t *mod, 82 tu_hal_open(const struct hw_module_t *mod, 224 (const hw_module_t **)&device->gralloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 35 tu_hal_open(const struct hw_module_t *mod, 73 tu_hal_open(const struct hw_module_t *mod,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 33 static int radv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 66 radv_hal_open(const struct hw_module_t* mod, const char* id,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A 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)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 35 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev); 68 anv_hal_open(const struct hw_module_t* mod, const char* id,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A 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,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.c | 32 vn_hal_open(const struct hw_module_t *mod, 78 vn_hal_open(const struct hw_module_t *mod, 89 (const hw_module_t **)&gralloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 1579 (const hw_module_t **)&dri2_dpy->gralloc);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 1681 (const hw_module_t **)&dri2_dpy->gralloc);
|
Completed in 22 milliseconds