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.cpp47 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY… variable
55 … NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") {} in NativeDisplay()
175 : eglu::NativeDisplayFactory("default", "Default display", DISPLAY_CAPABILITIES) in NativeDisplayFactory()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp55 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY… variable
138 : eglu::NativeDisplay (DISPLAY_CAPABILITIES) in NativeDisplay()
382 : eglu::NativeDisplayFactory ("win32", "Native Win32 Display", DISPLAY_CAPABILITIES) in Win32EGLNativeDisplayFactory()