Searched refs:EMUGL_COMMON_API (Results 1 – 7 of 7) sorted by relevance
23 # define EMUGL_COMMON_API __declspec(dllexport) macro25 # define EMUGL_COMMON_API __declspec(dllimport) macro28 # define EMUGL_COMMON_API macro53 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 …]
23 # define EMUGL_COMMON_API __declspec(dllexport) macro25 # define EMUGL_COMMON_API __declspec(dllimport) macro28 # define EMUGL_COMMON_API macro33 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 …]
20 # define EMUGL_COMMON_API __declspec(dllexport) macro22 # define EMUGL_COMMON_API __declspec(dllimport) macro25 # define EMUGL_COMMON_API macro28 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
22 # define EMUGL_COMMON_API __declspec(dllexport) macro24 # define EMUGL_COMMON_API macro29 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);
19 # define EMUGL_COMMON_API extern "C" __declspec(dllexport) macro21 # define EMUGL_COMMON_API extern "C" __attribute((visibility("default"))) macro24 EMUGL_COMMON_API void emugl_crash_reporter(const char* message);29 #undef EMUGL_COMMON_API
225 # define EMUGL_COMMON_API __declspec(dllexport) macro227 # define EMUGL_COMMON_API __declspec(dllimport) macro230 # define EMUGL_COMMON_API macro233 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
29 # define EMUGL_COMMON_API __declspec(dllexport) macro31 # define EMUGL_COMMON_API __declspec(dllimport) macro34 # define EMUGL_COMMON_API macro53 class EMUGL_COMMON_API SharedLibrary {127 #undef EMUGL_COMMON_API