Home | History | Annotate | Download | only in material

Lines Matching defs:tech

839         Technique tech = techniques.get(name);
840 if (tech == null) {
855 tech = new Technique(this, techDef);
856 techniques.put(name, tech);
861 if (tech == null) {
880 tech = new Technique(this, techDef);
881 techniques.put(name, tech);
883 } else if (technique == tech) {
889 technique = tech;
890 tech.makeCurrent(def.getAssetManager());