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

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp38 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.cpp38 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.cpp214 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/
H A DtcuRaspiPlatform.cpp47 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp82 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
173 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp47 static const eglu::NativePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
49 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp130 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)
H A DteglNativeColorMappingTests.cpp457 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
H A DteglNativeCoordMappingTests.cpp512 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)

Completed in 108 milliseconds