Home
last modified time | relevance | path

Searched refs:hw_device_t (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/include/android_stub/hardware/
Dhardware.h79 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)
Dhwvulkan.h61 struct hw_device_t common;
Dfb.h45 struct hw_device_t common;
Dgralloc.h359 struct hw_device_t common;
Dgralloc1.h272 struct hw_device_t common;
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
Dhardware.h48 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**);
Dgralloc1.h65 hw_device_t common;
76 reinterpret_cast<hw_device_t**>(device)); in gralloc1_open()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_android.c45 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/
Dtu_android.c28 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/
Danv_android.c40 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/
Dradv_android.c44 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/
DVkGetProcAddress.cpp592 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/
Dvn_android.c180 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()