OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:describePlatform
(Results
1 - 17
of
17
) sorted by null
/external/deqp/framework/platform/osx/
tcuOSXVulkanPlatform.hpp
42
void
describePlatform
(std::ostream& dst) const;
tcuOSXVulkanPlatform.cpp
123
void VulkanPlatform::
describePlatform
(std::ostream& dst) const
/external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.hpp
43
void
describePlatform
(std::ostream& dst) const;
tcuLnxVulkanPlatform.cpp
261
void VulkanPlatform::
describePlatform
(std::ostream& dst) const
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp
46
void
describePlatform
(std::ostream& dst) const;
tcuWin32VulkanPlatform.cpp
268
void VulkanPlatform::
describePlatform
(std::ostream& dst) const
/external/objenesis/tck/src/main/java/org/objenesis/tck/
TCK.java
88
reporter.startTests(
describePlatform
(), findAllDescriptions(candidates, descriptions),
141
protected String
describePlatform
() {
142
return PlatformDescription.
describePlatform
();
/external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp
55
void
describePlatform
(std::ostream& dst) const;
tcuAndroidUtil.hpp
53
void
describePlatform
(ANativeActivity* activity, std::ostream& dst);
tcuAndroidPlatform.cpp
322
void Platform::
describePlatform
(std::ostream& dst) const
324
tcu::Android::
describePlatform
(m_activity.getNativeActivity(), dst);
tcuAndroidUtil.cpp
313
void
describePlatform
(JNIEnv* env, std::ostream& dst)
585
void
describePlatform
(ANativeActivity* activity, std::ostream& dst)
589
describePlatform
(env.getEnv(), dst);
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.cpp
86
void Platform::
describePlatform
(std::ostream& dst) const
88
dst << "vk::Platform::
describePlatform
() not implemented";
vkPlatform.hpp
147
virtual void
describePlatform
(std::ostream& dst) const;
/external/objenesis/main/src/main/java/org/objenesis/strategy/
PlatformDescription.java
88
public static String
describePlatform
() {
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
SearchWorkingInstantiator.java
39
System.out.println(PlatformDescription.
describePlatform
());
/external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp
148
context.getTestContext().getPlatform().getVulkanPlatform().
describePlatform
(details);
/external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp
119
void
describePlatform
(std::ostream& dst) const
Completed in 218 milliseconds