Searched refs:hw_device_t (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/include/android_stub/hardware/ |
D | hardware.h | 79 struct hw_device_t; 159 struct hw_device_t** device); 167 typedef struct hw_device_t { struct 200 int (*close)(struct hw_device_t* device); argument 202 } hw_device_t; typedef 205 #define TO_HW_DEVICE_T_OPEN(x) reinterpret_cast<struct hw_device_t**>(x) 207 #define TO_HW_DEVICE_T_OPEN(x) (struct hw_device_t**)(x)
|
D | hwvulkan.h | 61 struct hw_device_t common;
|
D | fb.h | 45 struct hw_device_t common;
|
D | gralloc.h | 359 struct hw_device_t common;
|
D | gralloc1.h | 272 struct hw_device_t common;
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
D | hardware.h | 48 struct hw_device_t { struct 57 int (*close)(hw_device_t* device); argument 61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
|
D | gralloc1.h | 65 hw_device_t common; 76 reinterpret_cast<hw_device_t**>(device)); in gralloc1_open()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_android.c | 45 struct hw_device_t **dev); 47 v3dv_hal_close(struct hw_device_t *dev); 83 struct hw_device_t **dev) in v3dv_hal_open() 113 v3dv_hal_close(struct hw_device_t *dev) in v3dv_hal_close()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 28 struct hw_device_t **dev); 30 tu_hal_close(struct hw_device_t *dev); 66 struct hw_device_t **dev) in tu_hal_open() 94 tu_hal_close(struct hw_device_t *dev) in tu_hal_close()
|
/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); 41 static int anv_hal_close(struct hw_device_t *dev); 74 struct hw_device_t** dev) in anv_hal_open() 100 anv_hal_close(struct hw_device_t *dev) in anv_hal_close()
|
/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); 45 static int radv_hal_close(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() 106 radv_hal_close(struct hw_device_t *dev) in radv_hal_close()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkGetProcAddress.cpp | 592 int CloseDevice(struct hw_device_t *) in CloseDevice() argument 609 int OpenDevice(const hw_module_t *module, const char *id, hw_device_t **device) in OpenDevice()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.c | 180 struct hw_device_t **dev); 203 vn_hal_close(UNUSED struct hw_device_t *dev) in vn_hal_close() 224 struct hw_device_t **dev) in vn_hal_open()
|