Home
last modified time | relevance | path

Searched refs:createDisplay (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp38 de::MovePtr<vk::wsi::Display> NativeObjects::createDisplay (const vk::Platform& platform, in createDisplay() function in vkt::wsi::NativeObjects
68 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
79 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
H A DvktNativeObjectsUtil.hpp59 static de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform,
H A DvktWsiFullScreenExclusiveTests.cpp206 de::MovePtr<Display> createDisplay (const vk::Platform& platform, in createDisplay() function
237 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
252 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjectsFS()
H A DvktWsiDisplayTimingTests.cpp156 de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform, in createDisplay() function
186 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
696 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
H A DvktWsiIncrementalPresentTests.cpp158 de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform, in createDisplay() function
188 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
807 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
H A DvktWsiSharedPresentableImageTests.cpp165 de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform, in createDisplay() function
195 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
732 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp38 de::MovePtr<vk::wsi::Display> NativeObjects::createDisplay (const vk::Platform& platform, in createDisplay() function in vkt::wsi::NativeObjects
68 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
79 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
H A DvktNativeObjectsUtil.hpp59 static de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform,
H A DvktWsiFullScreenExclusiveTests.cpp206 de::MovePtr<Display> createDisplay (const vk::Platform& platform, in createDisplay() function
237 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
252 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjectsFS()
H A DvktWsiDisplayTimingTests.cpp156 de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform, in createDisplay() function
186 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow()
696 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
/third_party/vk-gl-cts/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp64 eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
100 eglu::NativeDisplay* DisplayFactory::createDisplay (const EGLAttrib*) const in createDisplay() function in tcu::rpi::DisplayFactory
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWaylandEglDisplayFactory.cpp169 NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
185 NativeDisplay* DisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const in createDisplay() function in tcu::lnx::wayland::egl::DisplayFactory
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosEglDisplayFactory.hpp32 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
H A DtcuOhosEglDisplayFactory.cpp52 NativeDisplay* OhosDisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const in createDisplay() function in OhosDisplayFactory
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.hpp42 virtual eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
H A DtcuWin32EGLNativeDisplayFactory.cpp395 eglu::NativeDisplay* EGLNativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const in createDisplay() function in tcu::win32::EGLNativeDisplayFactory
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.h51 eglu::NativeDisplay *createDisplay(const eglw::EGLAttrib *attribList) const override;
H A DtcuANGLENativeDisplayFactory.cpp459 eglu::NativeDisplay *ANGLENativeDisplayFactory::createDisplay( in createDisplay() function in tcu::ANGLENativeDisplayFactory
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullPlatform.cpp68 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib*) const in createDisplay() function in tcu::null::NullEGLDisplayFactory
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeDisplay.hpp87 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
/third_party/vk-gl-cts/framework/platform/nullws/
H A DtcuNullWSPlatform.cpp130 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const in createDisplay() function in tcu::nullws::DisplayFactory
/third_party/vk-gl-cts/modules/egl/
H A DteglTestCase.cpp48 , m_nativeDisplay (m_nativeDisplayFactory.createDisplay()) in EglTestContext()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatform.cpp76 virtual eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
186 eglu::NativeDisplay* NativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const in createDisplay() function in tcu::Android::NativeDisplayFactory
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp269 NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
286 NativeDisplay* DisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const in createDisplay() function in tcu::lnx::x11::egl::DisplayFactory
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp95 eglPlatform.getEGLPlatform().getNativeDisplayFactoryRegistry().getDefaultFactory()->createDisplay()); in getDefaultEglConfigList()

Completed in 16 milliseconds

12