Home
last modified time | relevance | path

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

/external/angle/include/platform/
DPlatformMethods.h34 # define ANGLE_APIENTRY __stdcall macro
36 # define ANGLE_APIENTRY macro
315 ANGLE_PLATFORM_EXPORT bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display,
323 ANGLE_PLATFORM_EXPORT void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display);
328 typedef bool(ANGLE_APIENTRY *GetDisplayPlatformFunc)(angle::EGLDisplayType,
333 typedef void(ANGLE_APIENTRY *ResetDisplayPlatformFunc)(angle::EGLDisplayType);
/external/angle/src/libANGLE/
DPlatform.cpp30 bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display, in ANGLEGetDisplayPlatform()
65 void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display) in ANGLEResetDisplayPlatform()