HomeSort by relevance Sort by last modified time
    Searched refs:techniques (Results 1 - 7 of 7) 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/ceres-solver/docs/
solving.tex 342 Equation~\eqref{eq:schurtrick1} is closely related to {\em Domain Decomposition methods} for solving large linear systems that arise in structural engineering and partial differential equations. In the language of Domain Decomposition, each point in a bundle adjustment problem is a domain, and the cameras form the interface between these domains. The iterative solution of the Schur complement then falls within the sub-category of techniques known as Iterative Sub-structuring~\cite{saad2003iterative,mathew2008domain}.
    [all...]
  /external/dropbear/libtommath/
bn.tex 249 arithmetic techniques.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 493 milliseconds