Home
last modified time | relevance | path

Searched refs:supports (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt67 + Gallium supports clearing both render targets and depth/stencil with a single call
74 …+ Gallium supports fixed function user clip planes, D3D10/D3D11 only support using the vertex shad…
77 + Gallium supports polygon stipple
80 + Gallium supports subrectangle fills of surfaces, D3D10 only supports full clears of views
129 + Gallium supports double-precision depth values (but not rgba values!)
138 + Gallium supports logic ops
139 + Gallium supports dithering
140 + Gallium supports using the broadcast alpha component of the blend constant color
163 + Gallium supports the alpha test, which D3D11 lacks
169 + Gallium supports using 3D texture zslices as a depth/stencil buffer (in theory)
[all …]
/external/libopus/m4/
Das-gcc-inline-assembly.m414 AC_MSG_CHECKING([if compiler supports gcc-style inline assembly])
36 AC_MSG_CHECKING([if assembler supports NEON instructions on ARM])
47 AC_MSG_CHECKING([if assembler supports NEON instructions on ARM])
58 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
69 AC_MSG_CHECKING([if assembler supports ARMv6 media instructions on ARM])
80 AC_MSG_CHECKING([if assembler supports EDSP instructions on ARM])
91 AC_MSG_CHECKING([if assembler supports EDSP instructions on ARM])
/external/bison/m4/
Dprintf.m47 dnl Test whether the *printf family of functions supports the 'j', 'z', 't',
17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99],
88 dnl Test whether the *printf family of functions supports 'long double'
96 AC_CACHE_CHECK([whether printf supports 'long double' arguments],
135 dnl Test whether the *printf family of functions supports infinite and NaN
144 AC_CACHE_CHECK([whether printf supports infinite 'double' arguments],
245 dnl Test whether the *printf family of functions supports infinite and NaN
265 AC_CACHE_CHECK([whether printf supports infinite 'long double' arguments],
465 dnl Test whether the *printf family of functions supports the 'a' and 'A'
474 AC_CACHE_CHECK([whether printf supports the 'a' and 'A' directives],
[all …]
Dc-working.m453 # Whether the compiler for the current language supports -g in
60 [AC_CACHE_CHECK([whether $_AC_CC supports POSIXLY_CORRECT=1],
74 # Whether the C compiler supports -g in POSIXLY_CORRECT mode.
Dfcntl.m48 # - supports F_DUPFD correctly
9 # - supports or emulates F_DUPFD_CLOEXEC
10 # - supports F_GETFD
Dwarnings.m421 # Check if the compiler supports OPTION when compiling PROGRAM.
45 # Adds parameter to WARN_CFLAGS if the compiler supports it when
/external/nanohttpd/
DREADME.md32 * File server supports directory listing, ```index.html``` and ```index.htm```.
33 * File server supports partial content (streaming).
34 * File server supports ETags.
36 * File server supports simple skipping for files (continue download).
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCaps.java243 public static boolean supports(Collection<Caps> caps, Texture tex){ in supports() method in Caps
280 public static boolean supports(Collection<Caps> caps, FrameBuffer fb){ in supports() method in Caps
334 public static boolean supports(Collection<Caps> caps, Shader shader){ in supports() method in Caps
/external/vogar/test/vogar/target/
DJUnitRunnerTest.java55 assertEquals(false, runner.supports(Object.class)); in test_supports_should_judge_whether_Object_is_not_supported()
59 assertEquals(true, runner.supports(SimpleTest.class)); in test_supports_should_judge_whether_SimpleTest_which_inferits_from_TestCase_is_supported()
63 assertEquals(false, runner.supports(WrongSuiteTest.class)); in test_supports_should_judge_whether_WrongSuiteTest_which_has_suite_non_static_method_is_not_supported()
67 assertEquals(true, runner.supports(SuiteTest.class)); in test_supports_should_judge_whether_SuiteTest_which_has_suite_static_method_is_supported()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.219 Squashfs now supports NFS exports. By default the additional
33 Unsquashfs now supports Squashfs 2.x filesystems.
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES5 AppleSGLX supports the same version of OpenGL as Leopard (OpenGL 2.1).
62 The X server supports indirect fairly well, so OpenGL applications
70 AppleSGLX supports GLXPixmaps and GLXPbuffers with direct and indirect
/external/libpcap/
Dconfig.h.in208 /* define if the system supports zerocopy BPF */
256 /* target host supports Bluetooth sniffing */
259 /* target host supports CAN sniffing */
262 /* target host supports canusb */
268 /* target host supports netfilter sniffing */
271 /* target host supports USB sniffing */
/external/openssh/
DPROTOCOL48 OpenSSH supports ECC key exchange and public key authentication as
56 OpenSSH supports MAC algorithms, whose names contain "-etm", that
84 OpenSSH supports the AES-GCM algorithm as specified in RFC 5647.
96 OpenSSH supports authenticated encryption using ChaCha20 and Poly1305
101 OpenSSH supports the use of ECDH in Curve25519 for key exchange as
176 OpenSSH supports layer 2 and layer 3 tunnelling via the "tun@openssh.com"
177 channel type. This channel type supports forwarding of network packets
237 OpenSSH supports local and remote Unix domain socket forwarding
288 OpenSSH supports a protocol extension allowing a server to inform
327 key algorithms to better ones. It also supports graceful key rotation:
[all …]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dchanges31.dox22 /// The 3.1 runtime now supports tree rewrites from tree parsers. See the main ANTLR
30 /// supports remote debugging only (you cannot generate C, compile and debug it from the
32 /// you are using a version of ANTLRWorks that supports tree parser debugging. Generate
/external/lzma/
Dhistory.txt86 - now it supports BCJ and BCJ2 filters
87 - now it supports files larger than 4 GB.
88 - now it supports "Last Write Time" field for files.
137 - -fb switch now supports values up to 273
/external/mesa3d/docs/
DREADME.THREADS18 At present the mthreads code supports three thread APIS:
37 only one that really supports multiprocessor machines (AFAIK). See
/external/strace/m4/
Dwarnings.m421 # Check if the compiler supports OPTION when compiling PROGRAM.
62 # Adds parameter to WARN_CFLAGS if the compiler supports it when
/external/llvm/docs/tutorial/
DOCamlLangImpl8.rst21 Our little language supports a couple of interesting features: it
22 supports user defined binary and unary operators, it uses JIT
23 compilation for immediate evaluation, and it supports a few control flow
40 - **typed variables** - Kaleidoscope currently only supports variables
68 collection, note that LLVM fully supports `Accurate Garbage
71 - **debugger support** - LLVM supports generation of `DWARF Debug
77 - **exception handling support** - LLVM supports generation of `zero
126 supports, even emitting C code and compiling that on targets that LLVM
266 the use of tail calls (which LLVM also supports).
/external/libopus/
Dconfig.h.in88 /* Define if assembler supports EDSP instructions */
91 /* Define if assembler supports ARMv6 media instructions */
94 /* Define if compiler supports NEON instructions */
/external/llvm/test/CodeGen/SPARC/
Dsret-secondary.ll3 ; CHECK: sparc only supports sret on the first parameter
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml32 <para>wpa_gui supports (almost) all of the interactive status and
67 manager supports it). By default the main status window is
/external/vogar/src/vogar/target/
DRunner.java31 boolean supports(Class<?> klass); in supports() method
/external/valgrind/drd/tests/
Dlinuxthreads_det.stderr.exp-linuxthreads2 Detected the LinuxThreads threading library. Sorry, but DRD only supports
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/out/
Datgroup_04.out.b1 …refix(http://www.w3.org/Style/),domain(mozilla.org),regexp("https:.*"){@supports ((perspective:10p…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/
Datgroup_04.css7 …@supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms…

12345678910>>...32