Home
last modified time | relevance | path

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

/external/angle/include/platform/
DPlatformMethods.h18 #if !defined(ANGLE_PLATFORM_EXPORT)
21 # define ANGLE_PLATFORM_EXPORT __declspec(dllimport) macro
23 # define ANGLE_PLATFORM_EXPORT __declspec(dllexport) macro
26 # define ANGLE_PLATFORM_EXPORT __attribute__((visibility("default"))) macro
29 #if !defined(ANGLE_PLATFORM_EXPORT)
30 # define ANGLE_PLATFORM_EXPORT macro
278 struct ANGLE_PLATFORM_EXPORT PlatformMethods
315 ANGLE_PLATFORM_EXPORT bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display,
323 ANGLE_PLATFORM_EXPORT void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display);