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.hpp 46 CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmapSurface()
egluNativePixmap.cpp 38 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0);
egluNativeWindow.cpp 38 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 214 const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0;
258 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/X11/
tcuX11EglPlatform.cpp 82 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
173 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 47 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
49 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 130 if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
186 if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
teglNativeColorMappingTests.cpp 457 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
teglNativeCoordMappingTests.cpp 512 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)

Completed in 235 milliseconds