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

  /external/deqp/framework/egl/
egluNativePixmap.hpp 47 CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlatformPixmapSurface()
egluNativePixmap.cpp 44 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0);
egluNativeWindow.cpp 44 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0);
egluNativeWindow.hpp 79 CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlatformWindowSurface()
egluUtil.cpp 215 const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0;
259 const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0;
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 83 CAPABILITY_CREATE_SURFACE_PLATFORM |
174 CAPABILITY_CREATE_SURFACE_PLATFORM |
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 135 if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == 0)
191 if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == 0)

Completed in 30 milliseconds