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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_api.c 962 const GLvoid * indices)
968 (void) indices;
975 GLsizei count, GLenum type, const GLvoid * indices)
983 (void) indices;
990 const GLvoid * indices, GLint basevertex)
996 (void) indices;
1008 const GLvoid * indices, GLint basevertex)
1016 (void) indices;
1035 const GLvoid **indices, GLsizei primcount)
1041 (void) indices;
1292 CALL_DrawElements(GET_DISPATCH(), (mode, count[i], type, indices[i])); local
1310 indices[i], local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 962 const GLvoid * indices)
968 (void) indices;
975 GLsizei count, GLenum type, const GLvoid * indices)
983 (void) indices;
990 const GLvoid * indices, GLint basevertex)
996 (void) indices;
1008 const GLvoid * indices, GLint basevertex)
1016 (void) indices;
1035 const GLvoid **indices, GLsizei primcount)
1041 (void) indices;
1292 CALL_DrawElements(GET_DISPATCH(), (mode, count[i], type, indices[i])); local
1310 indices[i], local
    [all...]
  /external/llvm/docs/
GetElementPtr.rst 43 must be indexed explicitly in LLVM. C, on the other hand, indices through it
81 instructions for the three indices through "P" in the assignment statement. The
125 Since the type ``i32`` is known to be four bytes long, the indices 0, 1 and 2
140 Quick answer: there are no superfluous indices.
222 If you look at the first indices in these GEP instructions you find that they
317 VLA indices can be implemented as linearized indices. For example, an expression
322 This means if you want to write an analysis which understands array indices and
338 operand to the GEP. Indices greater than the number of elements in the
340 bounds indices in this sense. Indexing into an array only depends on the size o
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.cc 544 // Copies in indices to the service and returns the highest index accessed + 1
552 const void* indices,
556 *offset = ToGLuint(indices);
565 const uint8* src = static_cast<const uint8*>(indices);
574 const uint16* src = static_cast<const uint16*>(indices);
585 const uint32* src = static_cast<const uint32*>(indices);
615 GL_ELEMENT_ARRAY_BUFFER, 0, bytes_needed, indices);
622 // validate the indices. We just need to know how much to copy across.
625 count, type, ToGLuint(indices)) + 1;
  /external/chromium_org/third_party/re2/util/
sparse_array.h 25 // using an iterator: the iterator will visit indices added to the array
26 // during the iteration, but will not re-visit indices whose values
60 // their indices),
64 // The array sparse_to_dense_ maps from indices in [0,m) to indices in
66 // For indices present in the array, dense_[sparse_to_dense_[i]].index_ == i.
67 // For indices not present in the array, sparse_to_dense_ can contain
140 // Indices can be in the range [0, max_size).
155 // will visit indices in increasing order using
  /external/icu4c/layout/
LEGlyphStorage.h 52 * The char indices array.
220 * This method allocates the glyph array, the char indices array and the insertion list. You
221 * must call this method before using the object. This method also initializes the char indices
224 * @param initialGlyphCount the initial size of the glyph and char indices arrays.
356 * all of the relevant glyph information ( glyph, indices, positions, and auxData ),
372 * new slots in the char indices and the auxillary data arrays
453 * Delete the char indices array and replace it with the one
454 * in <code>from</code>. Set the char indices array pointer
458 * to get the new char indices array.
  /external/regex-re2/util/
sparse_array.h 25 // using an iterator: the iterator will visit indices added to the array
26 // during the iteration, but will not re-visit indices whose values
60 // their indices),
64 // The array sparse_to_dense_ maps from indices in [0,m) to indices in
66 // For indices present in the array, dense_[sparse_to_dense_[i]].index_ == i.
67 // For indices not present in the array, sparse_to_dense_ can contain
140 // Indices can be in the range [0, max_size).
155 // will visit indices in increasing order using
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 104 triangle_list_indices<> indices; local
130 indices.flip = face > 0;
154 indices.poly(teeth * segs + k, j, teeth * segs + nextk);
157 indices.poly(teeth * segs + nextj * divs, j, nextj);
161 indices.base += teeth * segs * (1 + divs);
165 indices.flip = true;
197 indices.poly(0, 1, 3, 2);
198 indices.base += 4;
204 indices.flip = true;
215 indices.poly(i * 2, i * 2 + 1, next * 2 + 1, next * 2)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 104 triangle_list_indices<> indices; local
130 indices.flip = face > 0;
154 indices.poly(teeth * segs + k, j, teeth * segs + nextk);
157 indices.poly(teeth * segs + nextj * divs, j, nextj);
161 indices.base += teeth * segs * (1 + divs);
165 indices.flip = true;
197 indices.poly(0, 1, 3, 2);
198 indices.base += 4;
204 indices.flip = true;
215 indices.poly(i * 2, i * 2 + 1, next * 2 + 1, next * 2)
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
decode_core.c 62 offset_Q10 = silk_Quantization_Offsets_Q10[ psDec->indices.signalType >> 1 ][ psDec->indices.quantOffsetType ];
64 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) {
71 rand_seed = psDec->indices.Seed;
103 signalType = psDec->indices.signalType;
126 psDec->indices.signalType != TYPE_VOICED && k < MAX_NB_SUBFR/2 ) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 148 * ,it specifies the indices as a linear list and not some special
357 // convert indices
358 VertexBuffer indices = getBuffer(Type.BoneIndex); local
359 ByteBuffer originalIndex = (ByteBuffer) indices.getData();
363 indices.updateData(arrayIndex);
427 * Set the mode start indices for {@link Mode#Hybrid} mesh mode.
429 * @return mode start indices
436 * Get the mode start indices for {@link Mode#Hybrid} mesh mode.
438 * @return mode start indices
762 // aquire triangle's vertex indices
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 30 /// of insertvalue or extractvalue indices that identify a member, return
34 const unsigned *Indices,
38 if (Indices && Indices == IndicesEnd)
47 if (Indices && *Indices == unsigned(EI - EB))
48 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
57 if (Indices && *Indices == i)
58 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex)
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 47 // Some projections may refer to indices that are getting chopped.
53 // For each projection, chop off any indices larger than or equal to
ordered_commit_set.h 25 // A list of indices into the full list of commit ids such that:
66 // indices contained in the returned Projection can be used.
  /external/chromium_org/chrome/browser/sync/test/integration/
apps_helper.h 30 // extension ID of the new app. Indices passed to this method should be distinct
31 // from indices passed to InstallApp.
  /external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/
Simple_Texture2D.c 132 GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local
160 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 65 /* char_index :: An array of corresponding glyph indices. */
211 /* undocumented, optional: indices of subroutines that express */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vbuf.h 101 * Draw indexed primitives. Note that indices are ushort. The driver
105 const ushort *indices,
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
sampler.cpp 77 /* GLSL 1.10 and 1.20 allowed variable sampler array indices,
78 * while GLSL 1.30 requires that the array indices be
  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 18 // indices of strings that were found in the text to get the actual
64 // Returns the indices of all matching regexps, after first clearing
  /external/chromium_org/third_party/sqlite/src/test/
analyze4.test 17 # Also include test cases for collating sequences on indices.
65 # Create a multi-column indices using t1.b and verify that ANALYZE
createtab.test 13 # and indices while creating existing tables and indices.
  /external/freetype/include/freetype/internal/
t1types.h 65 /* char_index :: An array of corresponding glyph indices. */
211 /* undocumented, optional: indices of subroutines that express */
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
Grid.java 75 // indices
88 // indices
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
IndexBuffer.java 40 * it is used to retrieve indices without knowing in which format they
53 * @param indexCount The amount of indices

Completed in 3647 milliseconds

<<11121314151617181920>>