Home
last modified time | relevance | path

Searched refs:describePlatform (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp306 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()
DtcuAndroidUtil.hpp53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
DtcuAndroidPlatform.hpp56 void describePlatform (std::ostream& dst) const;
DtcuAndroidPlatform.cpp330 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/
DtcuOSXVulkanPlatform.hpp42 void describePlatform (std::ostream& dst) const;
DtcuOSXVulkanPlatform.cpp127 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::osx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp43 void describePlatform (std::ostream& dst) const;
DtcuLnxVulkanPlatform.cpp455 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::lnx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp44 void describePlatform (std::ostream& dst) const;
DtcuWin32VulkanPlatform.cpp303 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::win32::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.hpp41 void describePlatform (std::ostream& dst) const;
DtcuOhosPlatform.cpp139 void OhosPlatform::describePlatform(std::ostream& dst) const in describePlatform() function in OhosPlatform
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp52 void describePlatform (std::ostream& dst) const in describePlatform() function in FuchsiaVkPlatform
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktInfoTests.cpp149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp410 virtual void describePlatform (std::ostream& dst) const;
DvkPlatform.cpp918 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp127 void describePlatform (std::ostream& dst) const in describePlatform() function in tcu::surfaceless::VulkanPlatform
/third_party/vk-gl-cts/external/vulkancts/
DREADME.md391 if `vk::Platform::describePlatform()` is implemented.