Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp47CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlat… enumerator
DegluNativePixmap.cpp52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative()
DegluNativeWindow.cpp52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative()
DegluNativeWindow.hpp80CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<2), //!< EGL surface can be created with eglCreatePlat… enumerator
DegluUtil.cpp316 …formCreate = ((window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0 in createWindowSurface()
374 …tformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0 in createPixmapSurface()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp178 …if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
247 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp132 CAPABILITY_CREATE_SURFACE_PLATFORM |
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp52 eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM |