Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDisplay.cpp173 ANGLEPlatformDisplay(EGLNativeDisplayType nativeDisplayType) in ANGLEPlatformDisplay()
174 : nativeDisplayType(nativeDisplayType) in ANGLEPlatformDisplay()
177 ANGLEPlatformDisplay(EGLNativeDisplayType nativeDisplayType, in ANGLEPlatformDisplay()
186 : nativeDisplayType(nativeDisplayType), in ANGLEPlatformDisplay()
202 return std::tie(nativeDisplayType, powerPreference, platformANGLEType, deviceIdHigh, in tie()
207 EGLNativeDisplayType nativeDisplayType{EGL_DEFAULT_DISPLAY}; member