Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrBatchTest.h27 #define DRAW_BATCH_TEST_DEFINE(Batch) \ argument
29 #define DRAW_BATCH_TEST_EXTERN(Batch) \ argument
31 #define DRAW_BATCH_TEST_ENTRY(Batch) \ argument
33 #define DRAW_BATCH_TEST_FRIEND(Batch) \ argument
/external/skia/include/private/
DGrAuditTrail.h117 struct Batch : public Event { struct
119 SkRect fBounds;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dbatch.py26 class Batch(object): class
/external/skia/src/core/
DSkTaskGroup.cpp49 static void Batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in Batch() function in __anon790e14b20111::ThreadPool
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h319 typedef typename SizeClassMap::TransferBatch Batch; typedef
692 typedef typename SizeClassMap::TransferBatch Batch; typedef
958 typedef typename SizeClassMap::TransferBatch Batch; typedef
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBatch.java48 public interface Batch extends Disposable { interface