Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/platform/
DPlatform.java35 private final Platform.Type platformType; field in Platform
37 public Platform(Type platformType) { in Platform() argument
38 this.platformType = checkNotNull(platformType); in Platform()
58 return platformType.name; in name()
99 if (type.equals(platformType)) { in supports()
/external/deqp/framework/egl/
DegluNativeDisplay.cpp39 NativeDisplay::NativeDisplay (Capability capabilities, EGLenum platformType, const char* platformEx… in NativeDisplay() argument
41 , m_platformType (platformType) in NativeDisplay()
44 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay()
87 …:string& description, NativeDisplay::Capability capabilities, EGLenum platformType, const char* pl… in NativeDisplayFactory() argument
90 , m_platformType (platformType) in NativeDisplayFactory()
93 …DE_ASSERT(platformType != EGL_NONE && (platformExtension || (platformCapabilities & NativeDisplay:… in NativeDisplayFactory()
DegluNativeDisplay.hpp70 …NativeDisplay (Capability capabilities, eglw::EGLenum platformType, const char* platformExtensi…
98 …g& description, NativeDisplay::Capability capabilities, eglw::EGLenum platformType, const char* pl…
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
DAtomicFUGradlePlugin.kt160 …if (target.platformType == KotlinPlatformType.common || target.platformType == KotlinPlatformType.… in Project()
173 val transformTask = when (target.platformType) { in Project()
252 … it.platformType == KotlinPlatformType.common || it.platformType == KotlinPlatformType.native in Project()
261 val platformTypes = compilations.map { it.platformType }.toSet() in Project()
/external/angle/src/libANGLE/
DDisplay.cpp256 EGLAttrib platformType, in CreateDisplayFromAttribs() argument
295 if (platformType == 0) in CreateDisplayFromAttribs()
309 if (platformType == EGL_PLATFORM_X11_EXT) in CreateDisplayFromAttribs()
340 if (platformType == 0) in CreateDisplayFromAttribs()
356 if (platformType == EGL_PLATFORM_X11_EXT) in CreateDisplayFromAttribs()
388 if (platformType == EGL_PLATFORM_X11_EXT && rx::IsVulkanXcbDisplayAvailable()) in CreateDisplayFromAttribs()
395 if (platformType == EGL_PLATFORM_VULKAN_DISPLAY_MODE_SIMPLE_ANGLE && in CreateDisplayFromAttribs()
400 else if (platformType == EGL_PLATFORM_VULKAN_DISPLAY_MODE_HEADLESS_ANGLE && in CreateDisplayFromAttribs()
633 EGLAttrib platformType = in GetDisplayFromNativeDisplay() local
636 CreateDisplayFromAttribs(displayType, deviceType, platformType, display->getState()); in GetDisplayFromNativeDisplay()
[all …]
DvalidationEGL.cpp445 EGLAttrib platformType) in ValidatePlatformType() argument
447 switch (platformType) in ValidatePlatformType()
534 EGLAttrib platformType = EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE; in ValidateGetPlatformDisplayCommon() local
554 platformType = value; in ValidateGetPlatformDisplayCommon()
772 platformType != EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE) in ValidateGetPlatformDisplayCommon()
780 if (enableAutoTrimSpecified && platformType != EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE) in ValidateGetPlatformDisplayCommon()
791 if (platformType != EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE) in ValidateGetPlatformDisplayCommon()
811 if (presentPathSpecified && platformType != EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE) in ValidateGetPlatformDisplayCommon()
821 if (platformType != EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE) in ValidateGetPlatformDisplayCommon()
848 if (platformType != EGL_PLATFORM_ANGLE_TYPE_D3D9_ANGLE && in ValidateGetPlatformDisplayCommon()
[all …]
/external/okio/okio/jvm/
Djvm.gradle4 kotlin.targets.matching { it.platformType.name == 'jvm' }.all { target ->
/external/angle/src/libGL/
Dentry_points_wgl.cpp130 GLenum platformType = EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE; in wglCreateContext() local
131 displayAttributes.push_back(platformType); in wglCreateContext()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp106 GLenum platformType = GetParam().getRenderer(); in initializeDisplay() local
111 displayAttributes.push_back(platformType); in initializeDisplay()
DEGLPreRotationTest.cpp105 GLenum platformType = platform.getRenderer(); in initializeDisplay() local
123 displayAttributes.push_back(platformType); in initializeDisplay()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py273 for platformType, substitute, compat in PLATFORM_TYPES:
274 range = self.contains(self.type, platformType)