/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | MaterialDef.java | 160 public void addTechniqueDef(TechniqueDef technique){ in addTechniqueDef() argument 161 if (technique.getName().equals("Default")){ in addTechniqueDef() 162 defaultTechs.add(technique); in addTechniqueDef() 164 techniques.put(technique.getName(), technique); in addTechniqueDef() local
|
D | Material.java | 91 private Technique technique; field in Material 224 mat.technique = null; in clone() 252 return technique; in getActiveTechnique() 406 if (technique != null) { in setParam() 407 technique.notifySetParam(name, type, value); in setParam() 428 if (technique != null) { in clearParam() 429 technique.notifyClearParam(name); in clearParam() 494 if (technique != null) { in setTextureParam() 495 technique.notifySetParam(name, type, nextTexUnit - 1); in setTextureParam() 883 } else if (technique == tech) { in selectTechnique() [all …]
|
D | MatParamTexture.java | 44 public void apply(Renderer r, Technique technique) { in apply() argument 45 TechniqueDef techDef = technique.getDef(); in apply() 48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true); in apply()
|
D | MatParam.java | 144 void apply(Renderer r, Technique technique) { in apply() argument 145 TechniqueDef techDef = technique.getDef(); in apply() 147 technique.updateUniformParam(getPrefixedName(), getVarType(), getValue(), true); in apply()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
D | J3MLoader.java | 66 private TechniqueDef technique; field in J3MLoader 111 technique.setLightMode(lm); in readLightMode() 121 technique.setShadowMode(sm); in readShadowMode() 299 technique.addWorldParam(statement.getLine()); in readWorldParams() 348 technique.setRenderState(renderState); in readRenderState() 357 technique.addShaderPresetDefine(split[0].trim(), VarType.Boolean, true); in readDefine() 359 technique.addShaderParamDefine(split[1].trim(), split[0].trim()); in readDefine() 403 technique = new TechniqueDef(null); in readTechnique() 405 technique = new TechniqueDef(split[1]); in readTechnique() 415 technique.setShaderFile(vertName, fragName, shaderLang); in readTechnique() [all …]
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | tsc.control | 9 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/autotest/client/tests/tsc/ |
D | control | 9 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | aliastest.ll | 4 ; test is correct and safe, GMR's technique for handling this isn't generally.
|
D | indirect-global.ll | 4 ; test is correct and safe, GMR's technique for handling this isn't generally.
|
/external/autotest/client/tests/tsc/src/ |
D | README | 2 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/mesa3d/src/gallium/docs/source/ |
D | glossary.rst | 8 Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-09.ll | 20 ; This "store the low byte" technique is used by llvmpipe, for example.
|
/external/nanopb-c/examples/using_union_messages/ |
D | README.txt | 4 Union messages is a common technique in Google Protocol Buffers used to
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
|
/external/skia/site/dev/contrib/ |
D | patch.md | 5 externally-submitted patch, this is how to do it. (This technique is useful in
|
/external/dnsmasq/contrib/wrt/ |
D | README | 50 This technique will work with, or without, compilation with
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | french.txt | 20 …s le glossaire, la liste partielle de produits gérant Unicode, l'aperçu technique et les ressource…
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 138 above, we could rewrite the example to use the alloca technique to avoid 236 strongly recommend that you use this technique for building SSA form, 237 unless there is an extremely good reason not to. Using this technique 240 - Proven and well tested: clang uses this technique 252 technique dovetails very naturally with this style of debug info.
|
D | OCamlLangImpl7.rst | 138 above, we could rewrite the example to use the alloca technique to avoid 236 strongly recommend that you use this technique for building SSA form, 237 unless there is an extremely good reason not to. Using this technique 240 - Proven and well tested: clang uses this technique 252 technique dovetails very naturally with this style of debug info.
|
/external/eigen/doc/ |
D | TutorialAdvancedInitialization.dox | 40 We can use the same technique to initialize matrices with a block structure.
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 153 decoding; this technique is used to allow sample-granularity
|
/external/ltrace/ |
D | TODO | 18 A technique used in GDB (and in uprobes, I believe), whereby the
|
/external/openfst/ |
D | INSTALL | 196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
|
/external/marisa-trie/ |
D | INSTALL | 196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
|
/external/libyuv/files/docs/ |
D | filtering.md | 179 …ance advantage, from a cache point of view, that can actually make this technique faster, dependin…
|