Searched refs:CAPABILITY_GET_DISPLAY_PLATFORM (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeDisplay.cpp40 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM);
48 DE_ASSERT(!(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM));
66 // If NativeDisplay claims to support CAPABILITY_GET_DISPLAY_PLATFORM then
68 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0);
74 // If NativeDisplay claims to support CAPABILITY_GET_DISPLAY_PLATFORM then
76 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0);
89 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM);
98 DE_ASSERT(!(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM));
H A DegluNativeDisplay.hpp48 CAPABILITY_GET_DISPLAY_PLATFORM = (1<<1) //!< Query EGL display using eglGetPlatformDisplay() enumerator in enum:eglu::NativeDisplay::Capability
H A DegluUtil.cpp231 const bool supportsPlatformGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM) != 0;
/external/deqp/framework/platform/wayland/
H A DtcuWaylandEglPlatform.cpp58 CAPABILITY_GET_DISPLAY_PLATFORM);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp103 CAPABILITY_GET_DISPLAY_PLATFORM);

Completed in 112 milliseconds