/external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/ |
D | 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/jmonkeyengine/engine/src/core/com/jme3/shader/ |
D | DefineList.java | 44 private String compiled = null; field in DefineList 63 oc.write(compiled, "compiled", null); in write() 75 compiled = ic.readString("compiled", null); in read() 80 compiled = ""; in clear() 98 compiled = null; in set() 107 compiled = null; in set() 112 compiled = null; in set() 121 compiled = null; in set() 128 compiled = null; in set() 139 compiled = null; in remove() [all …]
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testver.c | 13 SDL_version compiled; in main() local 28 SDL_VERSION(&compiled); in main() 30 compiled.major, compiled.minor, compiled.patch); in main()
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlversion.h.in | 59 * the version the software has been compiled against 202 * Whether the deprecated APIs are compiled in for compatibility 319 * Whether the Unicode related interfaces are compiled in 328 * Whether the regular expressions interfaces are compiled in 337 * Whether the automata interfaces are compiled in 346 * Whether the formal expressions interfaces are compiled in 355 * Whether the Schemas validation interfaces are compiled in 364 * Whether the Schematron validation interfaces are compiled in 373 * Whether the module interfaces are compiled in 388 * Whether the Zlib support is compiled in
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
D | esShader.c | 46 GLint compiled; in esLoadShader() local 61 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled ); in esLoadShader() 63 if ( !compiled ) in esLoadShader()
|
/external/chromium_org/tools/json_schema_compiler/ |
D | json_schema_test.py | 11 compiled = [ 79 self.assertEquals(compiled, json_schema.DeleteNodes(schema, 'nocompile'))
|
/external/chromium_org/mojo/apps/js/bindings/gl/ |
D | context.cc | 61 GLint compiled = 0; in CompileShader() local 62 glGetShaderiv(shader->value(), GL_COMPILE_STATUS, &compiled); in CompileShader() 63 if (!compiled) { in CompileShader()
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
D | chacha_vec_arm.S | 1 # This file contains a pre-compiled version of chacha_vec.c for ARM. This is 3 # were to be compiled with the needed flags to build chacha_vec.c, then it
|
/external/chromium_org/cc/output/ |
D | program_binding.cc | 92 int compiled = 0; in LoadShader() local 93 context->GetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in LoadShader() 94 if (!compiled) in LoadShader()
|
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/ |
D | Hello_Triangle.c | 34 GLint compiled; in LoadShader() local 49 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled ); in LoadShader() 51 if ( !compiled ) in LoadShader()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
D | CustomFilterCompiledProgram.cpp | 84 int compiled = 0; in compileShader() local 85 m_context->getShaderiv(shader, GL_COMPILE_STATUS, &compiled); in compileShader() 86 if (!compiled) { in compileShader()
|
/external/llvm/tools/llvm-symbolizer/ |
D | 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/chromium_org/chrome_frame/cfinstall/ |
D | build.sh | 48 --output_mode=compiled --compiler_jar=$CLOSURE_COMPILER_JAR \ 58 --output_mode=compiled --compiler_jar=$CLOSURE_COMPILER_JAR \
|
/external/chromium_org/net/third_party/nss/patches/ |
D | tls12chromium.patch | 8 +/* This is a bodge to allow this code to be compiled against older NSS headers 27 +/* This is a bodge to allow this code to be compiled against older NSS headers 46 +/* This is a bodge to allow this code to be compiled against older NSS headers
|
/external/chromium_org/third_party/angle/samples/translator/ |
D | translator.cpp | 156 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local 166 if (compiled && (compileOptions & SH_OBJECT_CODE)) { in main() 175 if (compiled && (compileOptions & SH_VARIABLES)) { in main() 186 if (!compiled) in main()
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | mkfts3amal.tcl | 30 ** code files into this single large file, the entire code can be compiled 32 ** that would not be possible if the files were compiled separately. It also
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | mkfts2amal.tcl | 30 ** code files into this single large file, the entire code can be compiled 32 ** that would not be possible if the files were compiled separately. It also
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSerializationKinds.td | 29 "PCH file was compiled for the %0 '%1' but the current translation " 30 "unit is being compiled for target '%2'">; 32 "%select{AST file|current translation unit}0 was compiled with the target "
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xsltwin32config.h.in | 3 * when compiled on windows 5 * when compiled on windows. This file is generated.
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/SharedLibs/ |
D | lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/msan/lit_tests/SharedLibs/ |
D | lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/tsan/lit_tests/SharedLibs/ |
D | lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/ |
D | lit.local.cfg | 1 # Sources in this directory are compiled as shared libraries and used by
|
/external/chromium_org/components/tracing/ |
D | DEPS | 5 # This component will be compiled into NaCl, so it shouldn't depend on
|
/external/chromium_org/third_party/angle/ |
D | .gitattributes | 7 **/compiled/*.h eol=crlf
|