/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_context.h | 113 /** Batch associated with this sync object */ 234 struct intel_batchbuffer batch; member in struct:intel_context 323 * This allows us to assert that no batch buffer is emitted if a
|
intel_screen.c | 180 if (intel->batch.used) [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 113 /** Batch associated with this sync object */ 234 struct intel_batchbuffer batch; member in struct:intel_context 323 * This allows us to assert that no batch buffer is emitted if a
|
intel_screen.c | 180 if (intel->batch.used) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 256 ConversationSelectionSet batch, ControllableActivity activity, 261 mBatchConversations = batch; [all...] |
AbstractActivityController.java | [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
brw_context.h | 174 * Used for any batch entry with a relocated pointer that will be used 945 /* Offset in the batch to the CLIP state on pre-gen6. */ 948 /* As of gen6, this is the offset in the batch to the CLIP VP, 973 /** offsets in the batch to sampler default colors (texture border color) [all...] |
gen7_blorp.cpp | 208 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
brw_context.h | 174 * Used for any batch entry with a relocated pointer that will be used 945 /* Offset in the batch to the CLIP state on pre-gen6. */ 948 /* As of gen6, this is the offset in the batch to the CLIP VP, 973 /** offsets in the batch to sampler default colors (texture border color) [all...] |
gen7_blorp.cpp | 208 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
|
/external/chromium_org/third_party/jinja2/ |
filters.py | 606 {%- for row in items|batch(3, ' ') %} 979 'batch': do_batch,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager_unittest.cc | 84 const std::vector<sync_pb::SessionSpecifics>& batch, 88 for (iter = batch.begin(); 89 iter != batch.end(); ++iter) { [all...] |
/external/blktrace/doc/ |
blktrace.tex | 473 -b \emph{batch} & --batch={batch} & Standard input read batching \\ \hline [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 444 aper_array[aper_count++] = intel->batch.bo;
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 444 aper_array[aper_count++] = intel->batch.bo;
|
/frameworks/native/services/sensorservice/ |
SensorService.cpp | 593 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d rate=%lld timeout== %lld", 596 status_t err = sensor->batch(connection.get(), handle, reservedFlags, samplingPeriodNs, 614 // batch/activate has failed, reset our state. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 17 // Initialize a batch of tests [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_test.cc | [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 708 DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"), 2781 FILE* batch = NULL; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintClient.java | 73 import org.eclipse.jdt.internal.compiler.batch.CompilationUnit; [all...] |