Home
last modified time | relevance | path

Searched refs:CAPABILITY_CREATE_SURFACE_LEGACY (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp38 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
68 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
/external/deqp/framework/egl/
DegluNativePixmap.hpp46CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmap… enumerator
DegluNativePixmap.cpp40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative()
DegluNativeWindow.cpp40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative()
DegluNativeWindow.hpp78CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreateWindow… enumerator
DegluUtil.cpp316 …LegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createWindowSurface()
374 …LegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createPixmapSurface()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp131 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
225 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp47 …iveWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp78 eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
81 eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp58 …ivePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
60 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp86 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp167 … if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
236 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglNativeColorMappingTests.cpp510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglNativeCoordMappingTests.cpp543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp51 …BILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |