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

  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 38 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
68 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
  /external/deqp/framework/egl/
egluNativePixmap.cpp 40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0);
egluNativePixmap.hpp 46 CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmapSurface()
egluNativeWindow.cpp 40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0);
egluNativeWindow.hpp 78 CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreateWindowSurface()
egluUtil.cpp 315 const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0;
372 const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0;
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 47 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 86 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 131 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
225 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 58 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
60 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 166 if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
235 if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
teglNativeColorMappingTests.cpp 510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
teglNativeCoordMappingTests.cpp 543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 51 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |

Completed in 156 milliseconds