Home
last modified time | relevance | path

Searched refs:platformType (Results 1 – 4 of 4) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/platform/
DPlatform.java34 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/
DegluNativeDisplay.cpp34 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()
DegluNativeDisplay.hpp69 …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/
Dgen_framework.py234 for platformType, substitute, compat in PLATFORM_TYPES:
235 if type == platformType: