Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.hpp51 CAPABILITY_CREATE_SURFACE_PLATFORM |
/third_party/vk-gl-cts/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.cpp317 …formCreate = ((window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0 in createWindowSurface()
376 …tformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0 in createPixmapSurface()
/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp179 …if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
248 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp132 CAPABILITY_CREATE_SURFACE_PLATFORM |
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp52 eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM |