Searched refs:getCapabilities (Results 1 – 9 of 9) sorted by relevance
173 …const bool supportsLegacyGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILIT… in getDisplay()174 …const bool supportsPlatformGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABIL… in getDisplay()214 …const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SU… in createWindowSurface()215 …const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface()258 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SU… in createPixmapSurface()259 …const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface()
63 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmap86 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmapFactory
48 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplay78 NativeDisplay::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplayFactory
113 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindow136 NativeWindow::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindowFactory
130 …if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_CREA… in executeForConfig()135 …if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_CREA… in executeForConfig()186 …if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREA… in executeForConfig()191 …if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREA… in executeForConfig()
446 …if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_S… in checkSupport()451 …if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_P… in checkSupport()456 …if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_P… in checkSupport()457 …(eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SUR… in checkSupport()
501 …if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_S… in checkSupport()506 …if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_P… in checkSupport()511 …if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_P… in checkSupport()512 …(eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SUR… in checkSupport()
308 if (hasBits(nativeWindow.getCapabilities(), NativeWindow::CAPABILITY_GET_SURFACE_SIZE)) in getNativeSurfaceSize()470 if (!hasBits(m_nativeWindow->getCapabilities(), in iterate()
285 …if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ… in executeForConfig()