/external/deqp/modules/gles2/performance/ |
es2pDrawCallBatchingTests.cpp | 21 * \brief Draw call batching performance tests 964 : TestCaseGroup(context, "draw_call_batching", "Draw call batching performance tests.") 1022 TestCaseGroup* attributeCount1Group = new TestCaseGroup(m_context, "1_attribute", "Test draw call batching with 1 attribute."); 1023 TestCaseGroup* attributeCount8Group = new TestCaseGroup(m_context, "8_attributes", "Test draw call batching with 8 attributes."); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Font.java | 42 * characters at once instead of one by one to improve draw call batching.</p>
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityInputFilter.java | 237 Slog.i(TAG, "Batching event: " + event + ", policyFlags: " + policyFlags);
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/ |
BatchStepSensorFragment.java | 73 private static final int BATCH_LATENCY_0 = 0; // no batching 260 // If the max delay is 0, events will be delivered in continuous mode without batching. 555 // Batching description
|
/developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/ |
BatchStepSensorFragment.java | 73 private static final int BATCH_LATENCY_0 = 0; // no batching 260 // If the max delay is 0, events will be delivered in continuous mode without batching. 555 // Batching description
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/ |
BatchStepSensorFragment.java | 73 private static final int BATCH_LATENCY_0 = 0; // no batching 260 // If the max delay is 0, events will be delivered in continuous mode without batching. 555 // Batching description
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 172 * With the new batching policy, delivery ordering guarantees are not as 277 * battery optimizations that arise from delivery batching even when it has 486 * alarms will be inexact and subject to batching with other alarms regardless
|
/frameworks/base/docs/html/about/versions/ |
kitkat.jd | 351 <h4 id="44-sensor-batching">Sensor batching</h4> 355 support for <strong>hardware sensor batching</strong>, a new optimization 360 With sensor batching, Android works with the device hardware to collect and 370 Sensor batching is ideal for low-power, long-running use-cases such as 377 Sensor batching is currently available on Nexus 5, and we're working with our [all...] |
android-4.4.jd | 170 <p>This inexact batching behavior applies only to updated apps. If you've set the <a [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrInOrderDrawBuffer.cpp | 98 // Using per-vertex colors allows batching across colors. (A lot of rects in a row differing 154 // We set the draw state's color to white here. This is done so that any batching performed 168 // Go to device coords to allow batching across matrix changes [all...] |
/external/skia/src/gpu/ |
GrInOrderDrawBuffer.cpp | 98 // Using per-vertex colors allows batching across colors. (A lot of rects in a row differing 154 // We set the draw state's color to white here. This is done so that any batching performed 168 // Go to device coords to allow batching across matrix changes [all...] |
/hardware/libhardware/include/hardware/ |
sensors.h | [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 44 * This test focuses in the interaction of continuous and batching clients for the same Sensor
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log_policy.h | 143 // fetch. This has no effect on batching of writes to the database.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_selection_model.js | 204 * This is used to begin batching changes. Call {@code endChange} when you
|
/frameworks/base/core/java/android/hardware/ |
SystemSensorManager.java | 260 // Try continuous mode if batching fails.
|
/frameworks/native/libs/gui/ |
Sensor.cpp | 57 // Set fifo event count zero for older devices which do not support batching. Fused
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/ |
svc.h | 221 * this would send a return message, which is what batching tries to avoid.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
svc.h | 221 * this would send a return message, which is what batching tries to avoid.
|
/external/chromium_org/base/test/launcher/ |
unit_test_launcher.cc | 395 // tests without batching. This will trigger above branch on 398 << "relaunching all of them without batching.";
|
/frameworks/native/services/sensorservice/ |
SensorService.cpp | 154 // Check if the device really supports batching by looking at the FIFO event 165 // Increase socket buffer size to a max of 100 KB for batching capabilities. 282 result.append("no batching | "); [all...] |
/external/blktrace/doc/ |
blkparse.1 | 66 Standard input read batching
|
/external/chromium_org/sync/test/fake_server/ |
fake_server.cc | 273 // TODO(pvalenzuela): Implement batching instead of sending all information
|
/external/libpcap/pcap/ |
pcap.h | 331 * the packet is received by the network adapter, due to batching
|
/external/qemu/include/exec/ |
cpu-all.h | 560 * batching which can make a major impact on performance when using
|