Home
last modified time | relevance | path

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

12345678910>>...38

/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/libmicrohttpd/m4/
Dlibcurl.m440 AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL])
41 AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4])
42 AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6])
43 AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz])
44 AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS])
45 AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN])
46 AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI])
47 AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM])
49 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP])
50 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS])
[all …]
Dax_have_epoll.m412 # This macro determines whether the system supports the epoll I/O event
19 # [epoll], [This platform supports epoll(7)],
20 # [HAVE_EPOLL], [This platform supports epoll(7).])
/external/curl/docs/libcurl/
Dlibcurl.m461 AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL])
62 AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4])
63 AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6])
64 AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz])
65 AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS])
66 AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN])
67 AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI])
68 AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM])
70 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP])
71 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS])
[all …]
/external/libmicrohttpd/
DMHD_config.h.in212 /* Defined if libcurl supports AsynchDNS */
215 /* Defined if libcurl supports IDN */
218 /* Defined if libcurl supports IPv6 */
221 /* Defined if libcurl supports KRB4 */
224 /* Defined if libcurl supports libz */
227 /* Defined if libcurl supports NTLM */
230 /* Defined if libcurl supports SSL */
233 /* Defined if libcurl supports SSPI */
236 /* Defined if libcurl supports DICT */
239 /* Defined if libcurl supports FILE */
[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/llvm/lib/Target/AVR/
DAVR.td42 // The device has SRAM, and supports the bare minimum of
56 // The device supports the `JMP k` and `CALL k` instructions.
58 "The device supports the `JMP` and "
62 // The device supports the indirect branches `IJMP` and `ICALL`.
65 "The device supports `IJMP`/`ICALL`"
68 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
70 "true", "The device supports the "
73 // The device supports `ADDI Rd, K`, `SUBI Rd, K`.
83 // The device supports the 16-bit GPR pair MOVW instruction.
85 "The device supports the 16-bit MOVW "
[all …]
/external/vogar/test/vogar/target/junit/
DJUnitRunnerFactoryTest.java46 assertEquals(false, runnerFactory.supports(Object.class)); in test_supports_should_judge_whether_Object_is_not_supported()
51 assertEquals(true, runnerFactory.supports(SimpleTest.class)); in test_supports_should_judge_whether_SimpleTest_which_inherits_from_TestCase_is_supported()
56 assertEquals(false, runnerFactory.supports(WrongSuiteTest.class)); in test_supports_should_judge_whether_WrongSuiteTest_which_has_suite_non_static_method_is_not_supported()
61 assertEquals(true, runnerFactory.supports(SuiteTest.class)); in test_supports_should_judge_whether_SuiteTest_which_has_suite_static_method_is_supported()
/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 …]
Dfcntl.m48 # - supports F_DUPFD correctly
9 # - supports or emulates F_DUPFD_CLOEXEC
10 # - supports F_GETFD
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.
Dwarnings.m421 # Check if the compiler supports OPTION when compiling PROGRAM.
45 # Adds parameter to WARN_CFLAGS if the compiler supports it when
/external/libdaemon/m4/
Dattributes.m456 AC_CACHE_CHECK([if $CC supports $1 flag],
68 AC_CACHE_CHECK([if $CC supports $1 flag],
88 AC_CACHE_CHECK([if $CC supports $1 flag],
134 dnl - Sun Studio compiler supports -errwarn=%all
146 AC_CACHE_CHECK([if $CC supports __attribute__(( ifelse([$2], , [$1], [$2]) ))],
159 [Define this if the compiler supports __attribute__(( ifelse([$2], , [$1], [$2]) ))]
252 AC_CACHE_CHECK([if $CC supports -fvisibility=hidden],
263 [Define this if the compiler supports the -fvisibility flag])
286 [Define this if the compiler supports __builtin_expect() function])
/external/opencv3/3rdparty/openexr/
DOpenEXRConfig.h.cmakein2 // Define and set to 1 if the target system supports a proc filesystem
19 // implementation, specifically if it supports the std::right
/external/libpcap/
Dconfig.h.in214 /* define if the system supports zerocopy BPF */
262 /* target host supports Bluetooth sniffing */
265 /* target host supports Bluetooth Monitor */
268 /* target host supports CAN sniffing */
271 /* target host supports canusb */
277 /* target host supports netfilter sniffing */
283 /* target host supports USB sniffing */
/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/dbus/m4/
Dtp-compiler-flag.m41 dnl A version of AS_COMPILER_FLAG that supports both C and C++.
39 dnl Append CFLAGS to VARIABLE if the compiler supports them.
/external/vogar/src/vogar/target/junit/
DJUnitRunnerFactory.java42 if (supports(klass)) { in newRunner()
81 boolean supports(Class<?> klass) { in supports() method in JUnitRunnerFactory
/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/llvm/test/CodeGen/AArch64/
Darm64-collect-loh.ll73 ; LDRSW supports loading from a literal.
150 ; LDRSW supports loading from a literal.
222 ; LDRSW supports loading from a literal.
302 ; LDRSB supports loading from a literal.
319 ; LDRSB supports loading from a literal.
353 ; LDRSH supports loading from a literal.
384 ; LDRSH supports loading from a literal.
403 ; LDR supports loading from a literal.
435 ; LDR float supports loading from a literal.
467 ; LDR half supports loading from a literal.
[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/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 */

12345678910>>...38