Home
last modified time | relevance | path

Searched refs:CAPABILITY_CREATE_SURFACE_PLATFORM (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/
DegluNativePixmap.cpp46 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative()
DegluNativeWindow.cpp46 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative()
DegluNativeWindow.hpp79CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlatfor… enumerator
DegluUtil.cpp284 …latformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != … in createWindowSurface()
325 …latformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != … in createPixmapSurface()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp126 CAPABILITY_CREATE_SURFACE_PLATFORM |
218 CAPABILITY_CREATE_SURFACE_PLATFORM |
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp132 …if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
190 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()