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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/
Android.mk 45 $(intermediates)/indices/u_indices_gen.c \
46 $(intermediates)/indices/u_unfilled_gen.c \
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices.h 43 * be able to reuse translated indices under some circumstances.
67 * API's PV is, as the indices generated will depend on whether it is
  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 34 * The variables contain indices to tgsi_shader_info semantics and those
35 * indices are nothing else than input/output register numbers. */
  /frameworks/native/include/media/openmax/
OMX_IndexExt.h 43 /** Khronos standard extension indices.
45 This enum lists the current Khronos extension indices to OpenMAX IL.
  /hardware/qcom/media/mm-core/inc/
OMX_IndexExt.h 43 /** Khronos standard extension indices.
45 This enum lists the current Khronos extension indices to OpenMAX IL.
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IndexExt.h 43 /** Khronos standard extension indices.
45 This enum lists the current Khronos extension indices to OpenMAX IL.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
array.pass.cpp 29 const int indices[] = {-1, 0, 1}; local
31 phone_numbers, indices);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 92 void GLEScmContext::setupArrayPointerHelper(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GLESpointer* p){
96 if(needConvert(cArrs,first,count,type,indices,direct,p,array_id)){
106 void GLEScmContext::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct) {
117 setupArrayPointerHelper(cArrs,first,count,type,indices,direct,array_id,p);
136 setupArrayPointerHelper(cArrs,first,count,type,indices,direct,array_id,p);
217 bool GLEScmContext::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id) {
240 convertIndirect(cArrs,count,type,indices,array_id,p);
246 convertIndirectVBO(cArrs,count,type,indices,array_id,p);
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 51 // NO-THUNKS-Test1: VFTable indices for 'no_thunks::Test1' (1 entries)
68 // NO-THUNKS-Test2: VFTable indices for 'no_thunks::Test2' (1 entries).
88 // NO-THUNKS-Test3: VFTable indices for 'no_thunks::Test3' (1 entries).
102 // NO-THUNKS-Test4: VFTable indices for 'no_thunks::Test4' (1 entries).
127 // NO-THUNKS-Test5: VFTable indices for 'no_thunks::Test5' (1 entries).
143 // NO-THUNKS-Test6: VFTable indices for 'no_thunks::Test6' (1 entries).
160 // NO-THUNKS-Test7: VFTable indices for 'no_thunks::Test7' (1 entries).
179 // NO-THUNKS-Test8: VFTable indices for 'no_thunks::Test8' (1 entries).
203 // NO-THUNKS-Test9: VFTable indices for 'no_thunks::Test9' (1 entries).
227 // PURE-VIRTUAL-Test1: VFTable indices for 'pure_virtual::Test1' (1 entries)
    [all...]
microsoft-abi-vtables-virtual-inheritance.cpp 37 // VTABLE-C: VFTable indices for 'C' (1 entries)
55 // VTABLE-D: VFTable indices for 'D' (2 entries).
80 // TEST1-NOT: VFTable indices for 'Test1::Z'
99 // TEST2: VFTable indices for 'Test2::X' (1 entries).
117 // TEST3-NOT: VFTable indices for 'Test3::Y'
136 // TEST4-NOT: VFTable indices for 'Test4::X'
158 // TEST5: VFTable indices for 'Test5::Y' (1 entries).
174 // TEST6-NOT: VFTable indices for 'Test6::X'
193 // TEST7-NOT: VFTable indices for 'Test7::Y'
210 // TEST8: VFTable indices for 'Test8::X' (1 entries)
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 544 void findMinAndMaxIndices(GLvoid *indices, GLsizei count, GLenum type,
550 if (indices == NULL) {
556 index = *((GLubyte*) indices + i);
558 index = *((GLushort*) indices + i);
610 GLvoid *indices) {
616 /* void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) */
631 indexBuffer = indices;
634 // Rather than sending vertex attribute data that corresponds to the indices
636 // indices being drawn, including the ones not drawn. The min & max indices
659 GLvoid *indices = pointersToFixup[0]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices and position arrays.\n")
    [all...]
letest.cpp 60 le_int32 *indices = NULL; local
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph; local
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices and position arrays.\n")
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 506 LLVMValueRef indices = local
510 &indices, 1, "");
533 /* lp_build_printf(gallivm, "vbuf index = %d, stride is %d\n", indices, stride);*/
587 LLVMValueRef indices[3]; local
589 indices[0] = lp_build_const_int32(gallivm, 0);
590 indices[1] = index;
591 indices[2] = lp_build_const_int32(gallivm, 0);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
741 LLVMValueRef indices[2]; local
747 indices[0]
963 LLVMValueRef indices[3]; local
    [all...]
  /external/icu4c/test/letest/
cletest.c 43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices and position arrays.\n")
    [all...]
letest.cpp 60 le_int32 *indices = NULL; local
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph; local
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices and position arrays.\n")
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 506 LLVMValueRef indices = local
510 &indices, 1, "");
533 /* lp_build_printf(gallivm, "vbuf index = %d, stride is %d\n", indices, stride);*/
587 LLVMValueRef indices[3]; local
589 indices[0] = lp_build_const_int32(gallivm, 0);
590 indices[1] = index;
591 indices[2] = lp_build_const_int32(gallivm, 0);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
741 LLVMValueRef indices[2]; local
747 indices[0]
963 LLVMValueRef indices[3]; local
    [all...]
  /external/chromium_org/third_party/angle/extensions/
ANGLE_instanced_arrays.txt 80 const void *indices, sizei primcount);
169 void *indices, int instance );
174 whose indices are stored in the currently bound element array buffer
175 (see section 2.9.2) at the offset defined by <indices> to the GL.
177 from element <indices>[i] of each enabled non-instanced array.
198 const void *indices);
203 DrawElements(mode, count, type, indices);
210 DrawElementsOneInstance(mode, count, type, indices, 0);
215 const void *indices, sizei primcount);
226 DrawElementsOneInstance(mode, count, type, indices, i)
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 444 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette )
449 *((PaletteEntry*)(data-3)) = palette[*indices++];
451 PaletteEntry clr = palette[indices[0]];
457 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette )
462 data[i] = palette[indices[i]];
468 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette )
474 int idx = *indices++;
479 int idx = indices[0];
492 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette )
497 int idx = *indices++
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 93 indices = range(r)
94 yield tuple(pool[i] for i in indices)
97 if indices[i] != i + n - r:
101 indices[i] += 1
103 indices[j] = indices[j-1] + 1
104 yield tuple(pool[i] for i in indices)
110 for indices in permutations(range(n), r):
111 if sorted(indices) == list(indices)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 93 indices = range(r)
94 yield tuple(pool[i] for i in indices)
97 if indices[i] != i + n - r:
101 indices[i] += 1
103 indices[j] = indices[j-1] + 1
104 yield tuple(pool[i] for i in indices)
110 for indices in permutations(range(n), r):
111 if sorted(indices) == list(indices)
    [all...]
  /external/flac/libFLAC/
metadata_object.c 148 if(0 == from->indices) {
156 memcpy(x, from->indices, from->num_indices * sizeof(FLAC__StreamMetadata_CueSheet_Index));
157 to->indices = x;
365 if(0 != object_array[i].indices) {
367 free(object_array[i].indices);
406 FLAC__ASSERT((0 != src->indices && src->num_indices > 0) || (0 == src->indices && src->num_indices == 0));
408 save = dest->indices;
817 if(0 != block1->tracks[i].indices && 0 != block2->tracks[i].indices) {
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 27 * The generated class will have vertices and indices
30 * Indices store vertex indices for the whole sphere.
57 // this cannot be handled in one vertices / indices pair
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdFieldList.java 27 * Constructs an instance. All indices initially contain {@code null}.
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 27 * Constructs an instance. All indices initially contain {@code null}.

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>