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

  /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 283 const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0;
324 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/android/
tcuAndroidPlatform.cpp 48 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 125 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
217 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 56 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
58 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 127 if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
185 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)

Completed in 783 milliseconds