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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 43 for (Batch batch : batches.values()) {
BatchNode.java 75 protected Map<Material, Batch> batches = new HashMap<Material, Batch>(); field in class:BatchNode
120 for (Batch batch : batches.values()) {
144 Batch batch = batches.get(bg.getMaterial());
177 for (Batch batch : batches.values()) {
189 for (Batch batch : batches.values()) {
192 batches.clear();
200 list.add(batches.get(material).geometry);
206 batch.geometry = new Geometry(name + "-batch" + batches.size());
214 batches.put(material, batch);
217 logger.log(Level.INFO, "Batched {0} geometries in {1} batches.", new Object[]{nbGeoms, batches.size()})
    [all...]
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 2 '<p>The suite has been broken up to run the tests in smaller batches.</p>' +
  /external/blktrace/doc/
blktrace.tex 453 \item You can set how many blkparse batches event reads via the
454 \emph{-b} option, the default is to handle events in batches of 512.
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 247 * This batches multiple callers into a single invocation, calling all
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1722 milliseconds