Searched refs:EMUGL_COMMON_API (Results 1 – 9 of 9) sorted by relevance
22 # define EMUGL_COMMON_API __declspec(dllexport) macro24 # define EMUGL_COMMON_API __declspec(dllimport) macro27 # define EMUGL_COMMON_API macro52 EMUGL_COMMON_API void setAvdInfo(bool isPhone, int apiLevel);53 EMUGL_COMMON_API void getAvdInfo(bool* isPhone, int* apiLevel);55 EMUGL_COMMON_API void setShouldSkipDraw(bool skip);56 EMUGL_COMMON_API bool shouldSkipDraw();58 EMUGL_COMMON_API void setCpuUsage(android::base::CpuUsage* usage);59 EMUGL_COMMON_API android::base::CpuUsage* getCpuUsage();62 EMUGL_COMMON_API void setMemoryTracker(android::base::MemoryTracker* usage);[all …]
23 # define EMUGL_COMMON_API __declspec(dllexport) macro25 # define EMUGL_COMMON_API __declspec(dllimport) macro28 # define EMUGL_COMMON_API macro44 EMUGL_COMMON_API extern emugl_sync_create_timeline_t emugl_sync_create_timeline;45 EMUGL_COMMON_API extern emugl_sync_create_fence_t emugl_sync_create_fence;46 EMUGL_COMMON_API extern emugl_sync_timeline_inc_t emugl_sync_timeline_inc;47 EMUGL_COMMON_API extern emugl_sync_destroy_timeline_t emugl_sync_destroy_timeline;48 EMUGL_COMMON_API extern emugl_sync_register_trigger_wait_t emugl_sync_register_trigger_wait;49 EMUGL_COMMON_API extern emugl_sync_device_exists_t emugl_sync_device_exists;51 EMUGL_COMMON_API void set_emugl_sync_create_timeline(emugl_sync_create_timeline_t);[all …]
23 # define EMUGL_COMMON_API __declspec(dllexport) macro25 # define EMUGL_COMMON_API __declspec(dllimport) macro28 # define EMUGL_COMMON_API macro43 EMUGL_COMMON_API extern emugl_dma_get_host_addr_t g_emugl_dma_get_host_addr;44 EMUGL_COMMON_API extern emugl_dma_unlock_t g_emugl_dma_unlock;46 EMUGL_COMMON_API void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t);47 EMUGL_COMMON_API void set_emugl_dma_unlock(emugl_dma_unlock_t);
21 # define EMUGL_COMMON_API __declspec(dllexport) macro23 # define EMUGL_COMMON_API __declspec(dllimport) macro26 # define EMUGL_COMMON_API macro29 EMUGL_COMMON_API void set_emugl_vm_operations(const QAndroidVmOperations& vm_operations);31 EMUGL_COMMON_API const QAndroidVmOperations &get_emugl_vm_operations();33 #undef EMUGL_COMMON_API
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
20 # define EMUGL_COMMON_API __declspec(dllexport) macro22 # define EMUGL_COMMON_API __declspec(dllimport) macro25 # define EMUGL_COMMON_API macro33 EMUGL_COMMON_API extern emugl_crash_reporter_t emugl_crash_reporter;34 EMUGL_COMMON_API void set_emugl_crash_reporter(emugl_crash_reporter_t crash_reporter);38 #undef EMUGL_COMMON_API
21 # define EMUGL_COMMON_API __declspec(dllexport) macro23 # define EMUGL_COMMON_API __declspec(dllimport) macro26 # define EMUGL_COMMON_API macro40 EMUGL_COMMON_API void setGlesVersion(int maj, int min);41 EMUGL_COMMON_API void getGlesVersion(int* maj, int* min);44 EMUGL_COMMON_API void setRenderer(SelectedRenderer renderer);45 EMUGL_COMMON_API SelectedRenderer getRenderer();48 EMUGL_COMMON_API bool hasExtension(const char* extensionsStr,52 EMUGL_COMMON_API void setGLObjectCounter(54 EMUGL_COMMON_API android::base::GLObjectCounter* getGLObjectCounter();[all …]
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 {125 #undef EMUGL_COMMON_API
128 EMUGL_COMMON_API void android_stopOpenglesRenderer(bool wait);153 EMUGL_COMMON_API void android_setOpenglesRenderer(gfxstream::RendererPtr* renderer);