/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 306 void describePlatform (JNIEnv* env, std::ostream& dst) in describePlatform() function 382 void describePlatform (ANativeActivity* activity, std::ostream& dst) in describePlatform() function 386 describePlatform(env.getEnv(), dst); in describePlatform()
|
D | tcuAndroidUtil.hpp | 53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
|
D | tcuAndroidPlatform.hpp | 56 void describePlatform (std::ostream& dst) const;
|
D | tcuAndroidPlatform.cpp | 330 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::Android::Platform 332 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst); in describePlatform()
|
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.hpp | 42 void describePlatform (std::ostream& dst) const;
|
D | tcuOSXVulkanPlatform.cpp | 127 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::osx::VulkanPlatform
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.hpp | 43 void describePlatform (std::ostream& dst) const;
|
D | tcuLnxVulkanPlatform.cpp | 455 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::lnx::VulkanPlatform
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 44 void describePlatform (std::ostream& dst) const;
|
D | tcuWin32VulkanPlatform.cpp | 303 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::win32::VulkanPlatform
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | tcuOhosPlatform.hpp | 41 void describePlatform (std::ostream& dst) const;
|
D | tcuOhosPlatform.cpp | 139 void OhosPlatform::describePlatform(std::ostream& dst) const in describePlatform() function in OhosPlatform
|
/third_party/vk-gl-cts/framework/platform/fuchsia/ |
D | tcuFuchsiaPlatform.cpp | 52 void describePlatform (std::ostream& dst) const in describePlatform() function in FuchsiaVkPlatform
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktInfoTests.cpp | 149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 410 virtual void describePlatform (std::ostream& dst) const;
|
D | vkPlatform.cpp | 918 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 127 void describePlatform (std::ostream& dst) const in describePlatform() function in tcu::surfaceless::VulkanPlatform
|
/third_party/vk-gl-cts/external/vulkancts/ |
D | README.md | 391 if `vk::Platform::describePlatform()` is implemented.
|