Home
last modified time | relevance | path

Searched refs:technique (Results 1 – 25 of 84) sorted by relevance

1234

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMaterialDef.java160 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
DMaterial.java91 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 …]
DMatParamTexture.java44 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()
DMatParam.java144 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/
DJ3MLoader.java66 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/libvpx/examples/
Dvp8cx_set_ref.txt8 This technique could be used to bounce between two cameras.
/external/bzip2/
DREADME.COMPILATION.PROBLEMS32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
/external/grub/docs/
Dmultiboot.info940 the I/O restriction technique.
942 The general rule is that the data comparison technique is the quick
946 The I/O restriction technique is much more complex, but it has
953 * Data comparison technique::
954 * I/O restriction technique::
957 File: multiboot.info, Node: Data comparison technique, Next: I/O restriction technique, Up: BIOS…
959 4.2.1 Data comparison technique
981 File: multiboot.info, Node: I/O restriction technique, Prev: Data comparison technique, Up: BIOS…
983 4.2.2 I/O restriction technique
1651 Node: Data comparison technique41217
[all …]
Dmultiboot.texi1006 the I/O restriction technique.
1008 The general rule is that the data comparison technique is the quick and
1012 The I/O restriction technique is much more complex, but it has potential
1018 * Data comparison technique::
1019 * I/O restriction technique::
1023 @node Data comparison technique
1024 @subsection Data comparison technique
1049 @node I/O restriction technique
1050 @subsection I/O restriction technique
Dinternals.texi357 FIXME: I will write this chapter after implementing the new technique.
/external/dnsmasq/contrib/wrt/
DREADME50 This technique will work with, or without, compilation with
/external/stlport/doc/
Dstlport_namespaces.txt14 user code by a different name. This technique has has some drawback but also
/external/openssl/crypto/des/asm/
Dreadme80 So the technique that produces the best results on a pentium, according to
/external/libvorbis/doc/
Da1-encapsulation-ogg.tex153 decoding; this technique is used to allow sample-granularity
/external/eigen/doc/
DC05_TutorialAdvancedInitialization.dox48 We can use the same technique to initialize matrices with a block structure.
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_frame_view.mm343 // and use that technique instead. http://crbug.com/53382
/external/libusb-compat/
DINSTALL193 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/elfutils/
DINSTALL196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/chromium/sdch/open-vcdiff/
DINSTALL196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/webp/
DINSTALL196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/libusb/
DINSTALL193 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/openfst/
DINSTALL196 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
/external/bison/
DTODO103 that they seem to be quite orthogonal to the parsing technique, and
/external/stlport/etc/
DChangeLog65 * src/num_put_float.cpp: Use an union based technique to find out
310 * stlport/assert.h: Bug #1894882: Apply a technique similar to the
427 * stlport/stl/type_traits.h: Generalize technique used by Borland
732 technique.
1748 * stlport/stl/_limits.c: Change technique used to generate NaN or
1750 we now use an union based technique. gcc prefer this cleaner method
1819 * stlport/stl/config/*.h: iostreams underline technique depends upon
/external/clang/docs/analyzer/
DIPA.txt121 Currently, we use this technique to recover coverage in case we stop

1234