Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dmisc.h22 # define EMUGL_COMMON_API __declspec(dllexport) macro
24 # define EMUGL_COMMON_API __declspec(dllimport) macro
27 # define EMUGL_COMMON_API macro
52 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 …]
Dsync_device.h23 # define EMUGL_COMMON_API __declspec(dllexport) macro
25 # define EMUGL_COMMON_API __declspec(dllimport) macro
28 # define EMUGL_COMMON_API macro
44 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 …]
Ddma_device.h23 # define EMUGL_COMMON_API __declspec(dllexport) macro
25 # define EMUGL_COMMON_API __declspec(dllimport) macro
28 # define EMUGL_COMMON_API macro
43 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);
Demugl_vm_operations.h21 # define EMUGL_COMMON_API __declspec(dllexport) macro
23 # define EMUGL_COMMON_API __declspec(dllimport) macro
26 # define EMUGL_COMMON_API macro
29 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
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
Dcrash_reporter.h20 # define EMUGL_COMMON_API __declspec(dllexport) macro
22 # define EMUGL_COMMON_API __declspec(dllimport) macro
25 # define EMUGL_COMMON_API macro
33 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
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dmisc.h21 # define EMUGL_COMMON_API __declspec(dllexport) macro
23 # define EMUGL_COMMON_API __declspec(dllimport) macro
26 # define EMUGL_COMMON_API macro
40 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 …]
/hardware/google/aemu/base/include/aemu/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 {
125 #undef EMUGL_COMMON_API
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h128 EMUGL_COMMON_API void android_stopOpenglesRenderer(bool wait);
153 EMUGL_COMMON_API void android_setOpenglesRenderer(gfxstream::RendererPtr* renderer);