Home
last modified time | relevance | path

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

/external/angle/include/platform/
DPlatformMethods.h45 using EGLDisplayType = void *; variable
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()
DDisplay.cpp514 void ANGLESetDefaultDisplayPlatform(angle::EGLDisplayType display) in ANGLESetDefaultDisplayPlatform()
/external/deqp/framework/common/
DtcuCommandLine.cpp83 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()