Searched refs:CAPABILITY_GET_DISPLAY_PLATFORM (Results 1 – 4 of 4) sorted by relevance
40 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM); in NativeDisplay()48 DE_ASSERT(!(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM)); in NativeDisplay()64 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformNative()70 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformAttributes()83 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM); in NativeDisplayFactory()92 DE_ASSERT(!(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM)); in NativeDisplayFactory()
48 CAPABILITY_GET_DISPLAY_PLATFORM = (1<<1) //!< Query EGL display using eglGetPlatformDisplay() enumerator
231 …Display = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM) != 0; in getDisplay()
103 CAPABILITY_GET_DISPLAY_PLATFORM);