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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsInstanced.cpp 1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
8 GLvoid *indices = (GLvoid *) 0; local
10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
11 if (indices == NULL) {
13 indices = (GLvoid *) (_indicesBase + _bufferOffset);
19 (GLvoid *)indices,
23 releasePointer(_env, _array, indices, JNI_FALSE);
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
glDrawElementsInstanced.java 1 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount )
7 java.nio.Buffer indices,
11 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount )
  /external/lzma/CPP/7zip/UI/Common/
SortUtils.cpp 14 void SortFileNames(const UStringVector &strings, CIntVector &indices)
16 indices.Clear();
18 indices.Reserve(numItems);
20 indices.Add(i);
21 indices.Sort(CompareStrings, (void *)&strings);
SortUtils.h 8 void SortFileNames(const UStringVector &strings, CIntVector &indices);
  /external/icu4c/layout/
CanonShaping.cpp 15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit)
19 le_int32 v = indices[j];
23 if (c >= combiningClasses[indices[i]]) {
27 indices[i + 1] = indices[i];
30 indices[i + 1] = v;
40 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); local
46 indices[i] = i;
59 sortMarks(indices, combiningClasses, i, mark);
71 le_int32 index = indices[i]
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
decode_indices.c 56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 );
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
65 psDec->indices.GainsIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
68 psDec->indices.GainsIndices[ 0 ] = (opus_int8)silk_LSHIFT( ec_dec_icdf( psRangeDec, silk_gain_iCDF[ psDec->indices.signalType ], 8 ), 3 );
69 psDec->indices.GainsIndices[ 0 ] += (opus_int8)ec_dec_icdf( psRangeDec, silk_uniform8_iCDF, 8 );
74 psDec->indices.GainsIndices[ i ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
78 /* Decode LSF Indices */
80 psDec->indices.NLSFIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->CB1_iCDF[ ( psDec->indices.signalType >> 1 ) * psDec->psNLSF_CB->nVectors ], 8 )
    [all...]
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 26 void CreateIndexValuePairs(const int* indices, const float* values,
31 pair<int, float> new_pair(indices[i], values[i]);
67 jint* indices = env->GetIntArrayElements(index_array, NULL); local
71 if (values && indices && value_len == index_len) {
74 CreateIndexValuePairs(indices, values, value_len, &inputs);
76 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
81 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
100 jint* indices = env->GetIntArrayElements(index_array, NULL); local
104 if (values && indices && value_len == index_len) {
106 CreateIndexValuePairs(indices, values, value_len, &inputs)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_slice.py 1 # tests for slice objects; in particular the indices method.
77 self.assertEqual(slice(None ).indices(10), (0, 10, 1))
78 self.assertEqual(slice(None, None, 2).indices(10), (0, 10, 2))
79 self.assertEqual(slice(1, None, 2).indices(10), (1, 10, 2))
80 self.assertEqual(slice(None, None, -1).indices(10), (9, -1, -1))
81 self.assertEqual(slice(None, None, -2).indices(10), (9, -1, -2))
82 self.assertEqual(slice(3, None, -2).indices(10), (3, -1, -2))
84 self.assertEqual(slice(None, -9).indices(10), (0, 1, 1))
85 self.assertEqual(slice(None, -10).indices(10), (0, 0, 1))
86 self.assertEqual(slice(None, -11).indices(10), (0, 0, 1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_slice.py 1 # tests for slice objects; in particular the indices method.
77 self.assertEqual(slice(None ).indices(10), (0, 10, 1))
78 self.assertEqual(slice(None, None, 2).indices(10), (0, 10, 2))
79 self.assertEqual(slice(1, None, 2).indices(10), (1, 10, 2))
80 self.assertEqual(slice(None, None, -1).indices(10), (9, -1, -1))
81 self.assertEqual(slice(None, None, -2).indices(10), (9, -1, -2))
82 self.assertEqual(slice(3, None, -2).indices(10), (3, -1, -2))
84 self.assertEqual(slice(None, -9).indices(10), (0, 1, 1))
85 self.assertEqual(slice(None, -10).indices(10), (0, 0, 1))
86 self.assertEqual(slice(None, -11).indices(10), (0, 0, 1)
    [all...]
  /external/llvm/test/Assembler/
extractvalue-invalid-idx.ll 4 ; CHECK: invalid indices for extractvalue
insertvalue-invalid-idx.ll 3 ; CHECK: invalid indices for insertvalue
getelementptr_struct.ll 3 ; Test the case of a incorrect indices type into struct
5 ; CHECK: invalid getelementptr indices
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 135 lp_setup_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr)
152 get_vert(vertex_buffer, indices[i-0], stride) );
159 get_vert(vertex_buffer, indices[i-1], stride),
160 get_vert(vertex_buffer, indices[i-0], stride) );
167 get_vert(vertex_buffer, indices[i-1], stride),
168 get_vert(vertex_buffer, indices[i-0], stride) );
175 get_vert(vertex_buffer, indices[i-1], stride),
176 get_vert(vertex_buffer, indices[i-0], stride) );
180 get_vert(vertex_buffer, indices[nr-1], stride),
181 get_vert(vertex_buffer, indices[0], stride) )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 160 sp_vbuf_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr)
174 get_vert(vertex_buffer, indices[i-0], stride) );
181 get_vert(vertex_buffer, indices[i-1], stride),
182 get_vert(vertex_buffer, indices[i-0], stride) );
189 get_vert(vertex_buffer, indices[i-1], stride),
190 get_vert(vertex_buffer, indices[i-0], stride) );
197 get_vert(vertex_buffer, indices[i-1], stride),
198 get_vert(vertex_buffer, indices[i-0], stride) );
202 get_vert(vertex_buffer, indices[nr-1], stride),
203 get_vert(vertex_buffer, indices[0], stride) )
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 135 lp_setup_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr)
152 get_vert(vertex_buffer, indices[i-0], stride) );
159 get_vert(vertex_buffer, indices[i-1], stride),
160 get_vert(vertex_buffer, indices[i-0], stride) );
167 get_vert(vertex_buffer, indices[i-1], stride),
168 get_vert(vertex_buffer, indices[i-0], stride) );
175 get_vert(vertex_buffer, indices[i-1], stride),
176 get_vert(vertex_buffer, indices[i-0], stride) );
180 get_vert(vertex_buffer, indices[nr-1], stride),
181 get_vert(vertex_buffer, indices[0], stride) )
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 160 sp_vbuf_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr)
174 get_vert(vertex_buffer, indices[i-0], stride) );
181 get_vert(vertex_buffer, indices[i-1], stride),
182 get_vert(vertex_buffer, indices[i-0], stride) );
189 get_vert(vertex_buffer, indices[i-1], stride),
190 get_vert(vertex_buffer, indices[i-0], stride) );
197 get_vert(vertex_buffer, indices[i-1], stride),
198 get_vert(vertex_buffer, indices[i-0], stride) );
202 get_vert(vertex_buffer, indices[nr-1], stride),
203 get_vert(vertex_buffer, indices[0], stride) )
    [all...]
  /external/chromium_org/net/base/
net_log_unittest.h 24 int i, // Negative indices are reverse indices.
29 // Negative indices are reverse indices.
60 int i, // Negative indices are reverse indices.
71 int i, // Negative indices are reverse indices.
81 int i, // Negative indices are reverse indices
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
SConscript 6 'indices',
11 target = 'indices/u_indices_gen.c',
12 script = 'indices/u_indices_gen.py',
18 target = 'indices/u_unfilled_gen.c',
19 script = 'indices/u_unfilled_gen.py',
  /external/mesa3d/src/gallium/auxiliary/
SConscript 6 'indices',
11 target = 'indices/u_indices_gen.c',
12 script = 'indices/u_indices_gen.py',
18 target = 'indices/u_unfilled_gen.c',
19 script = 'indices/u_unfilled_gen.py',
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Pose.java 50 private int[] indices; field in class:Pose
55 public Pose(String name, int targetMeshIndex, Vector3f[] offsets, int[] indices){
59 this.indices = indices;
74 for (int i = 0; i < indices.length; i++){
76 int vertIndex = indices[i];
98 result.indices = this.indices.clone();
116 out.write(indices, "indices", null)
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 14 // indices TabStripSelectionModel maintains the following:
42 // Number of selected indices.
45 // Increments all indices >= |index|. For example, if the selection consists
47 // updates the anchor and active indices.
51 // Shifts all indices < |index| down by 1. If |index| is selected, it is
64 // indices.
68 // anchor indices.
72 // this sets the anchor, selection and active indices to |index|.
75 // Makes sure the indices from the anchor to |index| are selected. This only
88 // selected indices
    [all...]
  /external/chromium_org/ui/base/models/
list_selection_model.h 16 // addition to the set of selected indices ListSelectionModel maintains the
45 // Number of selected indices.
48 // Increments all indices >= |index|. For example, if the selection consists
50 // updates the anchor and active indices.
54 // Shifts all indices > |index| down by 1. If |index| is selected, it is
67 // indices.
71 // anchor indices.
75 // this sets the anchor, selection and active indices to |index|.
78 // Makes sure the indices from the anchor to |index| are selected. This only
91 // selected indices
    [all...]
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esShapes.c 49 /// \param indices If not NULL, will contain the array of indices for the triangle strip
50 /// \return The number of indices required for rendering the buffers (the number of indices stored in the indices array
54 GLfloat **texCoords, GLushort **indices )
73 if ( indices != NULL )
74 *indices = malloc ( sizeof(GLushort) * numIndices );
107 // Generate the indices
108 if ( indices != NULL
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.cpp 81 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
83 *minIndex = indices[0];
84 *maxIndex = indices[0];
88 if (*minIndex > indices[i]) *minIndex = indices[i];
89 if (*maxIndex < indices[i]) *maxIndex = indices[i];
93 static void computeRange(GLenum type, const GLvoid *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
97 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
101 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex)
    [all...]
  /external/chromium/net/base/
net_log_unittest.h 25 int i, // Negative indices are reverse indices.
30 // Negative indices are reverse indices.
61 int i, // Negative indices are reverse indices.
72 int i, // Negative indices are reverse indices.
82 int i, // Negative indices are reverse indices
    [all...]

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>