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

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0);
H A DegluNativePixmap.hpp46 CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmapSurface() enumerator in enum:eglu::NativePixmap::Capability
H A DegluNativeWindow.cpp40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0);
H A DegluNativeWindow.hpp78 CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreateWindowSurface() enumerator in enum:eglu::NativeWindow::Capability
H A DegluUtil.cpp283 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/
H A DtcuRaspiPlatform.cpp47 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp48 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp125 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
217 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp56 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
58 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp127 if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
185 if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
H A DteglNativeColorMappingTests.cpp510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
H A DteglNativeCoordMappingTests.cpp543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)

Completed in 8711 milliseconds