Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.cpp40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative()
DegluNativePixmap.hpp46CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmapSur… enumerator
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 eglCreateWindowSur… enumerator
DegluUtil.cpp283 …tsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createWindowSurface()
324 …tsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createPixmapSurface()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp126 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
218 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp127 … if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
185 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglNativeCoordMappingTests.cpp543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglNativeColorMappingTests.cpp510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
/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/raspi/
DtcuRaspiPlatform.cpp47 …iveWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp51 …BILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |