HomeSort by relevance Sort by last modified time
    Searched refs:techniques (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MaterialDef.java 55 private Map<String, TechniqueDef> techniques; field in class:MaterialDef
73 techniques = new HashMap<String, TechniqueDef>();
156 * to the list of {@link MaterialDef#getDefaultTechniques() default techniques}.
164 techniques.put(technique.getName(), technique);
169 * Returns a list of all default techniques.
171 * @return a list of all default techniques.
179 * This does not include default techniques which can be
187 return techniques.get(name);
Material.java 92 private HashMap<String, Technique> techniques = new HashMap<String, Technique>(); field in class:Material
225 mat.techniques = new HashMap<String, Technique>();
818 * {@link MaterialDef#getDefaultTechniques() default techniques}
827 * select one of the default techniques.
832 * techniques are available on the material definition, or if a name
839 Technique tech = techniques.get(name);
848 throw new IllegalArgumentException("No default techniques are available on material '" + def.getName() + "'");
856 techniques.put(name, tech);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 50 to implement backtracking and various error recovery techniques, recognizers
    [all...]
token.rb 62 library tries to use duck-typing techniques instead of pure object-oriented type
  /external/dropbear/libtommath/
bn.tex 249 arithmetic techniques.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 838 milliseconds