/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktNativeObjectsUtil.cpp | 38 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 D | vktNativeObjectsUtil.hpp | 59 static de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform,
|
H A D | vktWsiFullScreenExclusiveTests.cpp | 206 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 D | vktWsiDisplayTimingTests.cpp | 156 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 D | vktWsiIncrementalPresentTests.cpp | 158 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 D | vktWsiSharedPresentableImageTests.cpp | 165 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 D | vktNativeObjectsUtil.cpp | 38 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 D | vktNativeObjectsUtil.hpp | 59 static de::MovePtr<vk::wsi::Display> createDisplay (const vk::Platform& platform,
|
H A D | vktWsiFullScreenExclusiveTests.cpp | 206 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 D | vktWsiDisplayTimingTests.cpp | 156 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 D | tcuRaspiPlatform.cpp | 64 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 D | tcuLnxWaylandEglDisplayFactory.cpp | 169 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 D | tcuOhosEglDisplayFactory.hpp | 32 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
|
H A D | tcuOhosEglDisplayFactory.cpp | 52 NativeDisplay* OhosDisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const in createDisplay() function in OhosDisplayFactory
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.hpp | 42 virtual eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
|
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 395 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 D | tcuANGLENativeDisplayFactory.h | 51 eglu::NativeDisplay *createDisplay(const eglw::EGLAttrib *attribList) const override;
|
H A D | tcuANGLENativeDisplayFactory.cpp | 459 eglu::NativeDisplay *ANGLENativeDisplayFactory::createDisplay( in createDisplay() function in tcu::ANGLENativeDisplayFactory
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullPlatform.cpp | 68 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib*) const in createDisplay() function in tcu::null::NullEGLDisplayFactory
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativeDisplay.hpp | 87 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
|
/third_party/vk-gl-cts/framework/platform/nullws/ |
H A D | tcuNullWSPlatform.cpp | 130 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 D | teglTestCase.cpp | 48 , m_nativeDisplay (m_nativeDisplayFactory.createDisplay()) in EglTestContext()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidPlatform.cpp | 76 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 D | tcuLnxX11EglDisplayFactory.cpp | 269 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 D | glcConfigListEGL.cpp | 95 eglPlatform.getEGLPlatform().getNativeDisplayFactoryRegistry().getDefaultFactory()->createDisplay()); in getDefaultEglConfigList()
|