Searched refs:CAPABILITY_CREATE_SURFACE_LEGACY (Results 1 – 15 of 15) sorted by relevance
38 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;68 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
46 …CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreatePixmap… enumerator
40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative()
78 …CAPABILITY_CREATE_SURFACE_LEGACY = (1<<0), //!< EGL surface can be created with eglCreateWindow… enumerator
316 …LegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createWindowSurface()374 …LegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; in createPixmapSurface()
131 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |225 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
47 …iveWindow::Capability WINDOW_CAPABILITIES = eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY;
78 eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;81 eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
58 …ivePixmap::Capability BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;60 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
86 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
167 … 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()
510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
51 …BILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |