Searched refs:Batch (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrBatchTest.h27 #define BATCH_TEST_DEFINE(Batch) \
28 GrBatch* Batch##__Test(SkRandom* random, GrContext* context)
29 #define BATCH_TEST_EXTERN(Batch) \
30 extern GrBatch* Batch##__Test(SkRandom*, GrContext* context);
31 #define BATCH_TEST_ENTRY(Batch) \
32 Batch##__Test
33 #define BATCH_TEST_FRIEND(Batch) \
34 friend GrBatch* Batch##__Test(SkRandom* random, GrContext* context);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSimpleBatchNode.java43 for (Batch batch : batches.values()) {
H A DBatchNode.java75 protected Map<Material, Batch> batches = new HashMap<Material, Batch>();
120 for (Batch batch : batches.values()) {
144 Batch batch = batches.get(bg.getMaterial());
171 * Batch this batchNode
177 for (Batch batch : batches.values()) {
189 for (Batch batch : batches.values()) {
204 Batch batch = new Batch();
260 for (Batch batc
641 protected class Batch { class in class:BatchNode
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h319 typedef typename SizeClassMap::TransferBatch Batch; typedef in class:__sanitizer::SizeClassAllocator64
345 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
349 Batch *b = region->free_list.Pop();
356 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
493 LFStack<Batch> free_list;
517 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
520 Batch *b = region->free_list.Pop();
560 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
562 b = (Batch*)(region_be
691 typedef typename SizeClassMap::TransferBatch Batch; typedef in class:__sanitizer::SizeClassAllocator32
953 typedef typename SizeClassMap::TransferBatch Batch; typedef in struct:__sanitizer::SizeClassAllocatorLocalCache
[all...]
/external/skia/src/core/
H A DSkTaskGroup.cpp40 static void Batch(void (*fn)(void*), void* args, int N, size_t stride, int32_t* pending) { function in class:__anon13930::ThreadPool
183 ThreadPool::Batch(fn, args, N, stride, &fPending);
/external/icu/icu4c/source/data/
H A Dmakedata.mak794 # Batch inference rule for creating miscellaneous resource files
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl3754 catch {[exec winipcfg /Batch $file]}

Completed in 1195 milliseconds