Home
last modified time | relevance | path

Searched refs:getCapabilities (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/
DegluUtil.cpp173 …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()
DegluNativePixmap.hpp63 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmap
86 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmapFactory
DegluNativeDisplay.hpp48 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplay
78 NativeDisplay::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplayFactory
DegluNativeWindow.hpp113 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindow
136 NativeWindow::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindowFactory
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp130 …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()
DteglNativeColorMappingTests.cpp446 …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()
DteglNativeCoordMappingTests.cpp501 …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()
DteglResizeTests.cpp308 if (hasBits(nativeWindow.getCapabilities(), NativeWindow::CAPABILITY_GET_SURFACE_SIZE)) in getNativeSurfaceSize()
470 if (!hasBits(m_nativeWindow->getCapabilities(), in iterate()
DteglSwapBuffersTests.cpp285 …if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ… in executeForConfig()