/external/mesa3d/src/mesa/main/ |
texparam.c | 51 * Check if a coordinate wrap mode is supported for the texture target. 59 bool supported; local 66 supported = (ctx->API == API_OPENGL_COMPAT) 71 supported = true; 75 supported = ctx->API != API_OPENGLES && e->ARB_texture_border_clamp 81 supported = (target != GL_TEXTURE_RECTANGLE_NV) 86 supported = is_desktop_gl 93 supported = is_desktop_gl 100 supported = is_desktop_gl && e->EXT_texture_mirror_clamp 106 supported = false [all...] |
/build/make/target/board/generic_arm64/ |
BoardConfig.mk | 32 # to build an unbundled application or cts for all supported 32 and 64 bit
|
/build/soong/cc/ |
xom.go | 69 // XOM is only supported on AArch64 when using lld.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiEntry.S | 110 cpuid # use CPUID to determine if specific CR4 bits are supported
142 # enable NXE if supported
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
XLocaleMatcherTest.java | 212 timeShortNew = timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations); 213 timeMediumNew = timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations); 214 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations); 224 timeShortOld = timeLocaleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations); 225 timeMediumOld = timeLocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations); 226 timeLongOld = timeLocaleMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations); 278 List<String> supported = COMMA_SPACE.splitToList(arguments.get(0)); local 279 final String supportedReformatted = JOIN_COMMA_SPACE.join(supported);
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
AppDomainUnloadTest.cs | 30 [Ignore("Not supported for CoreCLR")]
|
/external/libxcam/ |
README.md | 9 quality improvement and video analysis. There are lots features supported
|
/external/llvm/test/MC/Mips/mips4/ |
invalid-mips64.s | 3 # FIXME: This test should be moved to the mips5 directory when mips5 is supported
|
/external/skia/modules/canvaskit/htmlcanvas/ |
font.js | 87 // The ones currently supported are family, style, variant, weight.
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
font.js | 87 // The ones currently supported are family, style, variant, weight.
|
/external/swiftshader/src/D3D9/ |
Direct3DSwapChain9.cpp | 248 bool supported = frameBuffer->getScanline(inVerticalBlank, scanline); local 250 if(supported)
|
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/ |
mblaze_memory.s | 3 # Test to make sure that all of the TYPE-A instructions supported by
|
mblaze_typeb.s | 3 # Test to make sure that all of the TYPE-B instructions supported by
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/ |
invalid-mips64.s | 3 # FIXME: This test should be moved to the mips5 directory when mips5 is supported
|
/external/syzkaller/pkg/rpctype/ |
rpctype.go | 78 // Set of system call names supported by this manager.
|
/external/syzkaller/syz-fuzzer/ |
testing.go | 129 return nil, fmt.Errorf("coverage is not supported (%v)", feat.Reason) 133 return nil, fmt.Errorf("sandbox=setuid is not supported (%v)", feat.Reason) 137 return nil, fmt.Errorf("sandbox=namespace is not supported (%v)", feat.Reason) 268 return nil, nil, fmt.Errorf("failed to detect host supported syscalls: %v", err)
|
/external/syzkaller/vendor/github.com/googleapis/gax-go/ |
gax.go | 37 // This project is currently experimental and not supported.
|
/external/syzkaller/vendor/golang.org/x/oauth2/google/ |
jwt.go | 24 // optimization supported by a few Google services.
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
metadata.go | 51 // representation types. The representation types for the supported Go property
|
/external/u-boot/drivers/net/phy/ |
micrel_ksz90x1.c | 266 phydev->supported = features; 347 /* disable speed 1000 in features supported by the PHY */ 351 phydev->advertising = phydev->supported = features;
|
/external/u-boot/include/linux/ |
ethtool.h | 21 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd 82 __u32 supported; member in struct:ethtool_wolinfo 491 /* CMDs currently supported */ 561 /* Indicates what features are supported by the interface. */
|
/external/u-boot/scripts/kconfig/ |
zconf.l | 186 "%s:%d:warning: multi-line strings not supported\n",
|
/external/webrtc/tools/valgrind-webrtc/ |
webrtc_tests.bat | 40 echo "Unknown tool: `%TOOL_NAME%`! Only drmemory* tools are supported."
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiEntry.asm | 117 cpuid ; use CPUID to determine if specific CR4 bits are supported
149 ; enable NXE if supported
256 cpuid ; use CPUID to determine if specific CR4 bits are supported
|
/external/syzkaller/sys/syz-extract/ |
extract.go | 196 supported := make(map[string]bool) 201 supported[name] = true 210 if supported[name] {
|