Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/EGL/
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
278 struct ANGLE_PLATFORM_EXPORT PlatformMethods
313 ANGLE_PLATFORM_EXPORT bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display,
321 ANGLE_PLATFORM_EXPORT void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display);