HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 451 - 475 of 3095) sorted by null

<<11121314151617181920>>

  /frameworks/native/opengl/libagl/
array.cpp 761 GLsizei count, const GLvoid *indices)
767 vertex_t * v = fetch_vertex(c, read_index(type, indices));
778 GLsizei count, const GLvoid *indices)
788 c->arrays.compileElement(c, v0, read_index(type, indices));
791 v1 = fetch_vertex(c, read_index(type, indices));
803 GLsizei count, const GLvoid *indices)
806 drawIndexedPrimitivesLines(c, count, indices);
815 c->arrays.compileElement(c, v0, read_index(type, indices));
818 v1 = fetch_vertex(c, read_index(type, indices));
835 GLsizei count, const GLvoid *indices)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 148 // Initialize the thumbnail indices we want to request
151 // Initialize the set of indices we are waiting
442 // Draws the thumbnails, also put unavailable thumbnail indices in
456 // Map [0, mScreenWidth - 1] to the indices of the thumbnail.
545 int indices[] = new int[mWantThumbnails.size()]; local
547 indices[i] = mWantThumbnails.get(i);
556 indices); local
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 66 // CHECK-1: VTable indices for 'Test1::A' (1 entries).
90 // CHECK-2: VTable indices for 'Test2::A' (7 entries).
120 // CHECK-3: VTable indices for 'Test2::B' (4 entries).
146 // CHECK-4: VTable indices for 'Test3::A' (1 entries).
161 // CHECK-5: VTable indices for 'Test3::B' (2 entries).
179 // CHECK-6: VTable indices for 'Test3::C' (2 entries).
198 // CHECK-7: VTable indices for 'Test3::D' (3 entries).
232 // CHECK-8: VTable indices for 'Test4::B' (1 entries).
256 // CHECK-9: VTable indices for 'Test4::D' (1 entries).
275 // CHECK-10: VTable indices for 'Test4::E' (1 entries)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 355 final List<Integer> indices = new ArrayList<Integer>(); local
362 // Adjust existing indices
363 for (int i = 0, n = indices.size(); i < n; i++) {
364 int idx = indices.get(i);
366 indices.set(i, idx + 1);
370 indices.add(index);
377 // Adjust existing indices
378 for (int i = 0, n = indices.size(); i < n; i++) {
379 int idx = indices.get(i);
381 indices.set(i, idx - 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 848 idx = dcl.op->indices[0].disp;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 848 idx = dcl.op->indices[0].disp;
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 449 // Returns a vector of indices of the tabs that will close when executing the
450 // command |id| for the tab at |index|. The returned indices are sorted in
469 // Gets the set of tab indices whose domain matches the tab at |index|.
470 void GetIndicesWithSameDomain(int index, std::vector<int>* indices);
472 // Gets the set of tab indices that have the same opener as the tab at
474 void GetIndicesWithSameOpener(int index, std::vector<int>* indices);
476 // If |index| is selected all the selected indices are returned, otherwise a
478 // determine which indices the command applies to.
488 // Closes the TabContents at the specified indices. This causes the
496 bool InternalCloseTabs(const std::vector<int>& indices, uint32 close_types)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 173 ent.indices.add(pos);
292 newEntries.editItemAt(newOffset).indices.clear();
298 // Update the indices to include this new position.
299 newEntries.editItemAt(newOffset).indices.add(i);
332 mValues.add(ent.value, ent.indices[0]);
560 const Vector<size_t>* indices = offsetsForString(val); local
561 ssize_t res = indices != NULL && indices->size() > 0 ? indices->itemAt(0) : -1;
573 return &mEntries[mEntryArray[pos]].indices;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 205 ShortBuffer[] indices = mSpheres[i].getIndices(); local
219 indices[j]);
409 ShortBuffer[] indices = mSpheres[i].getIndices(); local
415 indices[j].limit() * Sphere.SHORT_SIZE, indices[j],
447 Log.i(TAG, "No indices buffer per vertex " + mParam.mNumIndicesPerVertex);
  /external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.cpp 35 // Constant-index-expressions can include loop indices as defined in
39 // - Loop indices as defined in section 4
50 // Only constants and loop indices are allowed in a
423 // List of param indices for which loop indices are used as argument.
432 // If none of the loop indices are used as arguments,
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 150 /// Indices. The points in the Indices array must be jointly dominated by
153 /// If a SlotIndex in Indices is the end index of a basic block, LI will be
157 void extendToIndices(LiveInterval *LI, ArrayRef<SlotIndex> Indices);
310 /// getRegMaskSlots - Returns a sorted array of slot indices of all
314 /// getRegMaskSlotsInBlock - Returns a sorted array of slot indices of all
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 177 byte indices[] = { 0, 1, 0, 2, 0, 3 };
200 mIndexBuffer = ByteBuffer.allocateDirect(indices.length);
201 mIndexBuffer.put(indices);
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 143 // Creates inferred labels for |profiles| at indices corresponding to
144 // |indices|, and stores the results to the corresponding elements of
150 const std::list<size_t>& indices,
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 164 // Creates inferred labels for |profiles| at indices corresponding to
165 // |indices|, and stores the results to the corresponding elements of
171 const std::list<size_t>& indices,
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 123 // NOTE: this will invalidate block indices.
128 // NOTE: this will invalidate block indices.
133 // NOTE: this will invalidate block indices.
  /external/chromium_org/third_party/angle/samples/gles2_book/MipMap2D/
MipMap2D.c 272 GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local
303 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
308 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMText.idl 53 cpp_quote("// Important for retrieving the correct start/end substring indices to use with other")
66 cpp_quote("// coordinates of the given text substring. The in parameters for start and end indices refer")
75 cpp_quote("// The in parameters for start and end indices refer to the string returned")
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 62 #include "indices/u_indices.h"
63 #include "indices/u_indices_priv.h"
235 print '#include "indices/u_unfilled_indices.c"'
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tri-instanced.c 78 static ushort indices[3] = { 0, 2, 1 }; variable
158 sizeof(indices),
159 indices);
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 105 # Create indices
203 # Drop the table and recreate it without its indices.
213 # there are no indices to deal with.
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 62 #include "indices/u_indices.h"
63 #include "indices/u_indices_priv.h"
235 print '#include "indices/u_unfilled_indices.c"'
  /external/mesa3d/src/gallium/tests/graw/
tri-instanced.c 78 static ushort indices[3] = { 0, 2, 1 }; variable
158 sizeof(indices),
159 indices);
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 25 * can be gaps in the indices. It is intended to be more memory efficient than using a
173 * <p>The keys corresponding to indices in ascending order are guaranteed to
187 * <p>The values corresponding to indices in ascending order are guaranteed
SparseBooleanArray.java 24 * there can be gaps in the indices. It is intended to be more memory efficient
170 * <p>The keys corresponding to indices in ascending order are guaranteed to
184 * <p>The values corresponding to indices in ascending order are guaranteed

Completed in 431 milliseconds

<<11121314151617181920>>