Home
last modified time | relevance | path

Searched refs:EMUGL_COMMON_API (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/host-common/
Dmisc.h23 # define EMUGL_COMMON_API __declspec(dllexport) macro
25 # define EMUGL_COMMON_API __declspec(dllimport) macro
28 # define EMUGL_COMMON_API macro
53 EMUGL_COMMON_API void setAvdInfo(bool isPhone, int apiLevel);
54 EMUGL_COMMON_API void getAvdInfo(bool* isPhone, int* apiLevel);
57 EMUGL_COMMON_API void setGlesVersion(int maj, int min);
58 EMUGL_COMMON_API void getGlesVersion(int* maj, int* min);
61 EMUGL_COMMON_API void setRenderer(SelectedRenderer renderer);
62 EMUGL_COMMON_API SelectedRenderer getRenderer();
65 EMUGL_COMMON_API bool hasExtension(const char* extensionsStr,
[all …]
Dsync_device.h23 # define EMUGL_COMMON_API __declspec(dllexport) macro
25 # define EMUGL_COMMON_API __declspec(dllimport) macro
28 # define EMUGL_COMMON_API macro
33 EMUGL_COMMON_API extern emugl_sync_create_timeline_t emugl_sync_create_timeline;
34 EMUGL_COMMON_API extern emugl_sync_create_fence_t emugl_sync_create_fence;
35 EMUGL_COMMON_API extern emugl_sync_timeline_inc_t emugl_sync_timeline_inc;
36 EMUGL_COMMON_API extern emugl_sync_destroy_timeline_t emugl_sync_destroy_timeline;
37 EMUGL_COMMON_API extern emugl_sync_register_trigger_wait_t emugl_sync_register_trigger_wait;
38 EMUGL_COMMON_API extern emugl_sync_device_exists_t emugl_sync_device_exists;
40 EMUGL_COMMON_API void set_emugl_sync_create_timeline(emugl_sync_create_timeline_t);
[all …]
Daddress_space_device_control_ops.h20 # define EMUGL_COMMON_API __declspec(dllexport) macro
22 # define EMUGL_COMMON_API __declspec(dllimport) macro
25 # define EMUGL_COMMON_API macro
28 EMUGL_COMMON_API void set_emugl_address_space_device_control_ops(struct address_space_device_contro…
29 EMUGL_COMMON_API const struct address_space_device_control_ops& get_emugl_address_space_device_cont…
31 #undef EMUGL_COMMON_API
Ddma_device.h22 # define EMUGL_COMMON_API __declspec(dllexport) macro
24 # define EMUGL_COMMON_API macro
29 EMUGL_COMMON_API extern emugl_dma_get_host_addr_t g_emugl_dma_get_host_addr;
30 EMUGL_COMMON_API extern emugl_dma_unlock_t g_emugl_dma_unlock;
32 EMUGL_COMMON_API void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t);
33 EMUGL_COMMON_API void set_emugl_dma_unlock(emugl_dma_unlock_t);
Dcrash_reporter.h19 # define EMUGL_COMMON_API extern "C" __declspec(dllexport) macro
21 # define EMUGL_COMMON_API extern "C" __attribute((visibility("default"))) macro
24 EMUGL_COMMON_API void emugl_crash_reporter(const char* message);
29 #undef EMUGL_COMMON_API
Dvm_operations.h225 # define EMUGL_COMMON_API __declspec(dllexport) macro
227 # define EMUGL_COMMON_API __declspec(dllimport) macro
230 # define EMUGL_COMMON_API macro
233 EMUGL_COMMON_API void set_emugl_vm_operations(const QAndroidVmOperations &vm_operations);
235 EMUGL_COMMON_API const QAndroidVmOperations &get_emugl_vm_operations();
237 #undef EMUGL_COMMON_API
/device/generic/vulkan-cereal/base/
DSharedLibrary.h29 # define EMUGL_COMMON_API __declspec(dllexport) macro
31 # define EMUGL_COMMON_API __declspec(dllimport) macro
34 # define EMUGL_COMMON_API macro
53 class EMUGL_COMMON_API SharedLibrary {
127 #undef EMUGL_COMMON_API