Searched refs:platformType (Results 1 – 4 of 4) sorted by relevance
/external/caliper/caliper/src/main/java/com/google/caliper/platform/ |
D | Platform.java | 34 private final Platform.Type platformType; field in Platform 36 public Platform(Type platformType) { in Platform() argument 37 this.platformType = checkNotNull(platformType); in Platform() 57 return platformType.name; in name() 88 if (type.equals(platformType)) { in supports()
|
/external/deqp/framework/egl/ |
D | egluNativeDisplay.cpp | 34 NativeDisplay::NativeDisplay (Capability capabilities, EGLenum platformType, const char* platformEx… in NativeDisplay() argument 36 , m_platformType (platformType) in NativeDisplay() 39 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay() 82 …:string& description, NativeDisplay::Capability capabilities, EGLenum platformType, const char* pl… in NativeDisplayFactory() argument 85 , m_platformType (platformType) in NativeDisplayFactory() 88 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplayFactory()
|
D | egluNativeDisplay.hpp | 69 …NativeDisplay (Capability capabilities, eglw::EGLenum platformType, const char* platformExtensi… 97 …g& description, NativeDisplay::Capability capabilities, eglw::EGLenum platformType, const char* pl…
|
/external/deqp/external/vulkancts/ |
D | gen_framework.py | 234 for platformType, substitute, compat in PLATFORM_TYPES: 235 if type == platformType:
|