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.cpp 46 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0);
egluNativePixmap.hpp 47 CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlatformPixmapSurface()
egluNativeWindow.cpp 46 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 284 const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0;
325 const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 131 CAPABILITY_CREATE_SURFACE_PLATFORM |
223 CAPABILITY_CREATE_SURFACE_PLATFORM |
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 132 if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == 0)
190 if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == 0)

Completed in 58 milliseconds