Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.cpp40 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM); in NativeDisplay()
48 DE_ASSERT(!(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM)); in NativeDisplay()
68 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformNative()
76 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformAttributes()
89 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM); in NativeDisplayFactory()
98 DE_ASSERT(!(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM)); in NativeDisplayFactory()
DegluNativeDisplay.hpp48 CAPABILITY_GET_DISPLAY_PLATFORM = (1<<1) //!< Query EGL display using eglGetPlatformDisplay() enumerator
DegluUtil.cpp231 …Display = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM) != 0; in getDisplay()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp103 CAPABILITY_GET_DISPLAY_PLATFORM);