Searched refs:EGLDisplayType (Results 1 – 4 of 4) sorted by relevance
45 using EGLDisplayType = void *; variable315 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);
30 bool ANGLE_APIENTRY ANGLEGetDisplayPlatform(angle::EGLDisplayType display, in ANGLEGetDisplayPlatform()65 void ANGLE_APIENTRY ANGLEResetDisplayPlatform(angle::EGLDisplayType display) in ANGLEResetDisplayPlatform()
514 void ANGLESetDefaultDisplayPlatform(angle::EGLDisplayType display) in ANGLESetDefaultDisplayPlatform()
83 DE_DECLARE_COMMAND_LINE_OPT(EGLDisplayType, std::string);190 << Option<EGLDisplayType> (DE_NULL, "deqp-egl-display-type", "EGL native display type") in registerOptions()897 if (m_cmdLine.hasOption<opt::EGLDisplayType>()) in getEGLDisplayType()898 return m_cmdLine.getOption<opt::EGLDisplayType>().c_str(); in getEGLDisplayType()