Home
last modified time | relevance | path

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

/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTCK.java88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), in runTests()
141 protected String describePlatform() { in describePlatform() method in TCK
142 return PlatformDescription.describePlatform(); in describePlatform()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp42 void describePlatform (std::ostream& dst) const;
DtcuOSXVulkanPlatform.cpp123 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::osx::VulkanPlatform
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp43 void describePlatform (std::ostream& dst) const;
DtcuLnxVulkanPlatform.cpp261 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp46 void describePlatform (std::ostream& dst) const;
DtcuWin32VulkanPlatform.cpp268 void VulkanPlatform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidUtil.hpp53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
DtcuAndroidPlatform.hpp55 void describePlatform (std::ostream& dst) const;
DtcuAndroidPlatform.cpp322 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in tcu::Android::Platform
324 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst); in describePlatform()
DtcuAndroidUtil.cpp313 void describePlatform (JNIEnv* env, std::ostream& dst) in describePlatform() function
585 void describePlatform (ANativeActivity* activity, std::ostream& dst) in describePlatform() function
589 describePlatform(env.getEnv(), dst); in describePlatform()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp86 void Platform::describePlatform (std::ostream& dst) const in describePlatform() function in vk::Platform
DvkPlatform.hpp147 virtual void describePlatform (std::ostream& dst) const;
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
DSearchWorkingInstantiator.java39 System.out.println(PlatformDescription.describePlatform()); in main()
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DPlatformDescription.java88 public static String describePlatform() { in describePlatform() method in PlatformDescription
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp119 void describePlatform (std::ostream& dst) const in describePlatform() function in tcu::surfaceless::VulkanPlatform
/external/deqp/external/vulkancts/
DREADME.md252 if `vk::Platform::describePlatform()` is implemented.