Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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);
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DPlatform.h19 # define ANGLE_PLATFORM_EXPORT __declspec(dllimport) macro
21 # define ANGLE_PLATFORM_EXPORT __declspec(dllexport) macro
24 # define ANGLE_PLATFORM_EXPORT __attribute__((visibility("default"))) macro
26 #if !defined(ANGLE_PLATFORM_EXPORT)
27 # define ANGLE_PLATFORM_EXPORT macro
261 struct ANGLE_PLATFORM_EXPORT PlatformMethods
298 ANGLE_PLATFORM_EXPORT bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display,
306 ANGLE_PLATFORM_EXPORT void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display);