HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_GET_DISPLAY_PLATFORM (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/egl/
egluNativeDisplay.cpp 37 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM);
45 DE_ASSERT(!(capabilities & CAPABILITY_GET_DISPLAY_PLATFORM));
61 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0);
74 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM);
83 DE_ASSERT(!(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM));
egluNativeDisplay.hpp 43 CAPABILITY_GET_DISPLAY_PLATFORM = (1<<1) //!< Query EGL display using eglGetPlatformDisplay()
egluUtil.cpp 174 const bool supportsPlatformGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM) != 0;
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 61 CAPABILITY_GET_DISPLAY_PLATFORM);

Completed in 86 milliseconds