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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 43 for (Batch batch : batches.values()) {
44 batch.geometry.setTransformRefresh();
53 public void batch() { method in class:SimpleBatchNode
BatchNode.java 57 * usage is like any other node except you have to call the {@link #batch()} method once all geoms have been attached to the sub scene graph and theire material set
62 * Sub geoms can be added after the batch() method has been called but won't be batched and will be rendered as normal geometries.
63 * To integrate them in the batch you have to call the batch() method again on the batchNode.
66 * TODO more automagic (batch when needed in the updateLigicalState)
75 protected Map<Material, Batch> batches = new HashMap<Material, Batch>();
120 for (Batch batch : batches.values()) {
121 if (batch.needMeshUpdate)
144 Batch batch = batches.get(bg.getMaterial()); local
174 public void batch() { method in class:BatchNode
204 Batch batch = new Batch(); local
    [all...]
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 43 class Batch;
91 kOpBatch_None = 0, // Don't batch
100 kOpBatch_Count, // Add other batch ids before this
133 * added in the future will be inserted into a batch that already exist.
161 Vector<Batch*> mBatches;
163 // Maps batch ids to the most recent *non-merging* batch of that id
164 Batch* mBatchLookup[kOpBatch_Count];
169 // Points to the first index that may contain a pure drawing batch
DeferredDisplayList.cpp 41 // Depth of the save stack at the beginning of batch playback at flush time
52 class Batch {
55 virtual ~Batch() {}
60 class DrawBatch : public Batch {
94 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
178 * Checks if a (mergeable) op can be merged into this batch
203 * Exploits the fact that if a op or batch is clipped on a side, its bounds will equal its
265 " clip flags %x (batch id %x, merge id %p)",
302 class StateOpBatch : public Batch {
304 // creates a single operation batch
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 101 // For large size classes we use one of the chunks to store the batch.
105 void *batch[kMaxNumCached]; member in struct:__sanitizer::SizeClassMap::TransferBatch
306 typedef typename SizeClassMap::TransferBatch Batch;
332 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
336 Batch *b = region->free_list.Pop();
343 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
475 LFStack<Batch> free_list;
504 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
507 Batch *b = region->free_list.Pop();
547 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)))
882 void *batch[2 * SizeClassMap::kMaxNumCached]; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
    [all...]
  /frameworks/native/include/input/
InputTransport.h 279 * to determine whether a pending batch is available to be consumed.
326 /* Returns true if there is a pending batch.
348 struct Batch {
351 Vector<Batch> mBatches;
407 // a batch, we append a record here that associates the last sequence number in the
408 // batch with the previous one. When the finished signal is sent, we traverse the
409 // chain to individually finish all input messages that were part of the batch.
419 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
434 static bool canAddSample(const Batch& batch, const InputMessage* msg)
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 131 static final class Batch {
138 Batch() {
143 Batch(Alarm seed) {
163 // narrows the batch if necessary; presumes that canHold(alarm) is true
206 // commit the new batch bounds
233 // commit the new batch bounds
260 // commit the new batch bounds
293 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode()));
305 static class BatchTimeOrder implements Comparator<Batch> {
306 public int compare(Batch b1, Batch b2)
383 Batch batch = oldSet.get(batchNum); local
582 Batch batch = new Batch(a); local
586 Batch batch = mAlarmBatches.get(whichBatch); local
1028 Batch batch = mAlarmBatches.get(0); local
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 418 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
446 Batch& batch = mBatches.editItemAt(batchIndex); local
447 if (canAddSample(batch, &mMsg)) {
448 batch.samples.push(mMsg);
450 ALOGD("channel '%s' consumer ~ appended to batch event",
455 // We cannot append to the batch in progress, so we need to consume
456 // the previous batch right now and defer the new message until later.
459 batch, batch.samples.size(), outSeq, outEvent)
477 Batch& batch = mBatches.editTop(); local
513 Batch& batch = mBatches.editItemAt(i); local
863 const Batch& batch = mBatches.itemAt(i); local
    [all...]
  /external/chromium_org/chrome/tools/build/win/
version.bat 6 :: Batch file run as build command for chrome_dll.vcproj
  /external/stlport/
configure.bat 11 REM Attention! Batch file labels only have 8 significant characters!
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 752 # Batch inference rule for creating miscellaneous resource files
    [all...]
  /external/icu4c/data/
makedata.mak 763 # Batch inference rule for creating miscellaneous resource files
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1652 milliseconds