/external/libdrm/intel/ |
Makefile.am | 55 BATCHES = \ 64 $(BATCHES:.batch=.batch.sh) 67 $(BATCHES) \ 68 $(BATCHES:.batch=.batch.sh) \ 69 $(BATCHES:.batch=.batch-ref.txt) \ 70 $(BATCHES:.batch=.batch-ref.txt) \
|
/external/skia/src/gpu/ |
GrBatchTest.h | 20 * This file defines some macros for testing batches, and also declares functions / objects which 24 // Batches should define test functions using BATCH_TEST_DEFINE. The other macros defined below
|
GrRectBatch.h | 18 * A factory for returning batches which can draw rectangles. Right now this only handles non-AA
|
GrBatch.h | 30 * Batches are created when GrContext processes a draw call. Batches of the same subclass may be 31 * merged using combineIfPossible. When two batches merge, one takes on the union of the data 33 * the original batches. 70 // TODO this goes away when batches are everywhere
|
GrBatch.cpp | 15 // TODO I noticed a small benefit to using a larger exclusive pool for batches. Its very small,
|
GrTargetCommands.cpp | 24 // Loop over all batches and generate geometry
|
GrVertices.h | 96 nextInstances() to draw in max-sized batches.*/
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
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...] |
SimpleBatchNode.java | 43 for (Batch batch : batches.values()) {
|
/frameworks/base/libs/hwui/ |
Debug.h | 88 // Turn on to highlight drawing batches and merged batches with different colors
|
DeferredDisplayList.cpp | 51 // Operation Batches 412 * contained drawing operations to a seperate list of batches, so that they may draw at the 510 // TODO: elegant way to reuse batches? 531 DEFER_LOGD("Warning: Encountered op with empty bounds, resetting batches"); 632 DEFER_LOGD("--flushed, drew %d batches", batchList.size());
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
WbxmlResponseLoggerTests.java | 78 // 2 batches of processing.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
BatchingNamedTaskExecutor.java | 26 * Executes NamedTasks in batches of a given size. Tasks are queued until
|
/development/ndk/platforms/android-21/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/frameworks/native/include/android/ |
sensor.h | 324 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/android/ |
sensor.h | 312 * Returns the maximum size of batches for this sensor. Batches will often be
|
/docs/source.android.com/src/devices/sensors/ |
batching.jd | 96 to reduce the number of times batches of events must be reported, so as soon as 103 <p>Then the accelerometer batches can be reported at the same time the gyroscope 104 batches are reported (every 5 seconds), even if the accelerometer and the
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 323 /* new interface flag: now we can do them in batches */ 372 * batches */
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlarmSchedulerTest.java | 300 // Add enough events to require several batches. 315 // Invoke scheduleNextAlarm and verify alarm and reminder query batches.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fd.h | 322 /* new interface flag: now we can do them in batches */ 371 * batches */
|