Home
last modified time | relevance | path

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

/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp46 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY… variable
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {} in Display()
95 : eglu::NativeDisplayFactory("default", "EGL_DEFAULT_DISPLAY", DISPLAY_CAPABILITIES) in DisplayFactory()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp50 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY… variable
58 … NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") {} in NativeDisplay()
177 : eglu::NativeDisplayFactory("default", "Default display", DISPLAY_CAPABILITIES) in NativeDisplayFactory()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp57 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY… variable
140 : eglu::NativeDisplay (DISPLAY_CAPABILITIES) in NativeDisplay()
384 : eglu::NativeDisplayFactory ("win32", "Native Win32 Display", DISPLAY_CAPABILITIES) in EGLNativeDisplayFactory()