Searched refs:describePlatform (Results 1 - 16 of 16) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11VulkanPlatform.hpp41 void describePlatform (std::ostream& dst) const;
H A DtcuX11VulkanPlatform.cpp175 void VulkanPlatform::describePlatform (std::ostream& dst) const function in class:tcu::x11::VulkanPlatform
/external/deqp/framework/platform/wayland/
H A DtcuWaylandVulkanPlatform.hpp41 void describePlatform (std::ostream& dst) const;
H A DtcuWaylandVulkanPlatform.cpp123 void WaylandVulkanPlatform::describePlatform (std::ostream& dst) const function in class:tcu::wayland::WaylandVulkanPlatform
/external/deqp/framework/platform/win32/
H A DtcuWin32VulkanPlatform.hpp45 void describePlatform (std::ostream& dst) const;
H A DtcuWin32VulkanPlatform.cpp187 void VulkanPlatform::describePlatform (std::ostream& dst) const function in class:tcu::win32::VulkanPlatform
/external/objenesis/tck/src/main/java/org/objenesis/tck/
H A DTCK.java88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions),
141 protected String describePlatform() { method in class:TCK
142 return PlatformDescription.describePlatform();
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp74 void Platform::describePlatform (std::ostream& dst) const function in class:vk::Platform
76 dst << "vk::Platform::describePlatform() not implemented";
H A DvkPlatform.hpp143 virtual void describePlatform (std::ostream& dst) const;
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.hpp55 void describePlatform (std::ostream& dst) const;
H A DtcuAndroidUtil.hpp53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
H A DtcuAndroidPlatform.cpp313 void Platform::describePlatform (std::ostream& dst) const function in class:tcu::Android::Platform
315 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst);
H A DtcuAndroidUtil.cpp313 void describePlatform (JNIEnv* env, std::ostream& dst) function in namespace:tcu::Android::__anon4170
585 void describePlatform (ANativeActivity* activity, std::ostream& dst) function in namespace:tcu::Android
589 describePlatform(env.getEnv(), dst);
/external/objenesis/main/src/main/java/org/objenesis/strategy/
H A DPlatformDescription.java88 public static String describePlatform() { method in class:PlatformDescription
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
H A DSearchWorkingInstantiator.java39 System.out.println(PlatformDescription.describePlatform());
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details);

Completed in 357 milliseconds