/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/shaders/ |
generate_shaders.bat | 10 fxc /E standardvs /T vs_2_0 /Fh compiled/standardvs.h Blit.vs
11 fxc /E flipyvs /T vs_2_0 /Fh compiled/flipyvs.h Blit.vs
12 fxc /E passthroughps /T ps_2_0 /Fh compiled/passthroughps.h Blit.ps
13 fxc /E luminanceps /T ps_2_0 /Fh compiled/luminanceps.h Blit.ps
14 fxc /E componentmaskps /T ps_2_0 /Fh compiled/componentmaskps.h Blit.ps
16 fxc /E VS_Passthrough /T vs_4_0 /Fh compiled/passthrough11vs.h Passthrough11.hlsl
17 fxc /E PS_PassthroughRGBA /T ps_4_0 /Fh compiled/passthroughrgba11ps.h Passthrough11.hlsl
18 fxc /E PS_PassthroughRGB /T ps_4_0 /Fh compiled/passthroughrgb11ps.h Passthrough11.hlsl
19 fxc /E PS_PassthroughLum /T ps_4_0 /Fh compiled/passthroughlum11ps.h Passthrough11.hlsl
20 fxc /E PS_PassthroughLumAlpha /T ps_4_0 /Fh compiled/passthroughlumalpha11ps.h Passthrough11.hlsl [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testver.c | 13 SDL_version compiled; local 24 printf("Compiled with SDL 1.2 or newer\n"); 26 printf("Compiled with SDL older than 1.2\n"); 28 SDL_VERSION(&compiled); 29 printf("Compiled version: %d.%d.%d\n", 30 compiled.major, compiled.minor, compiled.patch);
|
/external/chromium_org/components/tracing/ |
DEPS | 5 # This component will be compiled into NaCl, so it shouldn't depend on
|
/external/chromium_org/tools/gyp/test/dependencies/c/ |
c.c | 3 // Intentional syntax error. This file should never be compiled, so this
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/ |
lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/SharedLibs/ |
lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/msan/lit_tests/SharedLibs/ |
lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/tsan/lit_tests/SharedLibs/ |
lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
recall.sed | 2 # not the last *compiled* regex
|
/ndk/tests/build/build-mode/jni/ |
main.c | 9 # error "This source file should be compiled with an ARM toolchain" 16 # error "This source file should be compiled with an ARM toolchain" 23 # error "This source file should be compiled with an ARM toolchain" 26 # error "This source file should be compiled to 32-bit ARM instructions" 30 # error "This source file should be compiled with an x86 toolchain" 34 # error "This source file should be compiled with a MIPS toolchain" 42 # error "This source file should be compiled with NEON support!" 46 # error "This source file should be compiled without NEON support!"
|
/art/test/032-concrete-sub/ |
info.txt | 2 where a concrete class and its abstract superclass were compiled with
|
/dalvik/tests/032-concrete-sub/ |
info.txt | 2 where a concrete class and its abstract superclass were compiled with
|
/external/chromium_org/chrome_frame/ |
precompiled.cc | 6 // precompiled.pch will be the pre-compiled header 7 // precompiled.obj will contain the pre-compiled type information
|
/external/llvm/tools/llvm-symbolizer/ |
CMakeLists.txt | 2 # libraries, it has to be compiled for all supported targets (x86_64, i386 etc). 3 # This means that we need LLVM libraries to be compiled for these
|
/external/stlport/test/compiler/ |
partial_spec.cpp | 2 * It is known that this code not compiled by following compilers: 6 * It is known that this code compiled by following compilers:
|
ttei2.cpp | 2 * It is known that this code not compiled by following compilers: 4 * It is known that this code compiled by following compilers:
|
ttei6.cpp | 2 * It is known that this code not compiled by following compilers: 4 * It is known that this code compiled by following compilers:
|
ttei7.cpp | 2 * It is known that this code not compiled by following compilers: 6 * It is known that this code compiled by following compilers:
|
ttei1.cpp | 2 * It is known that this code not compiled by following compilers: 6 * It is known that this code compiled by following compilers:
|
ttei3.cpp | 2 * It is known that this code not compiled by following compilers: 8 * It is known that this code compiled by following compilers:
|
ttei4.cpp | 2 * It is known that this code not compiled by following compilers: 8 * It is known that this code compiled by following compilers:
|
/ndk/tests/build/no-installable-modules/jni/ |
Android.mk | 4 # compiled 11 # The build.sh will check that it is _not_ compiled.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
dromaeo-object-regexp.html | 54 test( "Compiled Object Empty Split", function(){ 64 test( "Compiled Object Char Split", function(){ 74 test( "Compiled Object Variable Split", function(){ 79 // TESTS: Compiled RegExps 86 test( "Compiled Match", function(){ 95 test( "Compiled Test", function(){ 104 test( "Compiled Empty Replace", function(){ 113 test( "Compiled 12 Char Replace", function(){ 123 test( "Compiled Object Match", function(){ 132 test( "Compiled Object Test", function() [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Vm.java | 4 * Class to represent compiled SQLite VM. 10 * Internal handle for the compiled SQLite VM. 22 * Perform one step on compiled SQLite VM. 51 * @return true when SQL statement has been compiled, false 58 * Abort the compiled SQLite VM.
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
DefineList.java | 44 private String compiled = null; field in class:DefineList 63 oc.write(compiled, "compiled", null); 75 compiled = ic.readString("compiled", null); 80 compiled = ""; 86 //compiled = null; 91 // compiled = null; 98 compiled = null; 107 compiled = null [all...] |