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

  /frameworks/base/libs/hwui/
DeferredDisplayList.h 39 class Batch;
51 kOpBatch_None = 0, // Don't batch
60 kOpBatch_Count, // Add other batch ids before this
85 * added in the future will be inserted into a batch that already exist.
107 Vector<Batch*> mBatches;
109 // Maps batch ids to the most recent *non-merging* batch of that id
110 Batch* mBatchLookup[kOpBatch_Count];
DeferredDisplayList.cpp 39 // Depth of the save stack at the beginning of batch playback at flush time
50 class Batch {
53 virtual ~Batch() {}
56 class DrawBatch : public Batch {
88 DEFER_LOGD("%d replaying DrawingBatch %p, with %d ops (batch id %x, merge id %p)",
138 * Checks if a (mergeable) op can be merged into this batch
196 DEFER_LOGD("%d replaying DrawingBatch %p, with %d ops (batch id %x, merge id %p)",
216 class StateOpBatch : public Batch {
218 // creates a single operation batch
222 DEFER_LOGD("replaying state op batch %p", this)
    [all...]
  /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...]
  /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
303 typedef typename SizeClassMap::TransferBatch Batch;
329 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
333 Batch *b = region->free_list.Pop();
340 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
474 LFStack<Batch> free_list;
502 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
505 Batch *b = region->free_list.Pop();
545 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)))
861 void *batch[2 * SizeClassMap::kMaxNumCached]; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
    [all...]
  /frameworks/base/include/androidfw/
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/libs/androidfw/
InputTransport.cpp 417 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
445 Batch& batch = mBatches.editItemAt(batchIndex); local
446 if (canAddSample(batch, &mMsg)) {
447 batch.samples.push(mMsg);
449 ALOGD("channel '%s' consumer ~ appended to batch event",
454 // We cannot append to the batch in progress, so we need to consume
455 // the previous batch right now and defer the new message until later.
458 batch, batch.samples.size(), outSeq, outEvent)
476 Batch& batch = mBatches.editTop(); local
512 Batch& batch = mBatches.editItemAt(i); local
859 const Batch& batch = mBatches.itemAt(i); local
    [all...]
  /external/stlport/
configure.bat 11 REM Attention! Batch file labels only have 8 significant characters!
  /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 98 milliseconds