/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_vbuf.c | 72 /** Indices */ 73 ushort *indices; member in struct:vbuf_stage 163 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] ); 178 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] ); 191 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[0] ); 328 vbuf->indices, 409 if(vbuf->indices) 410 align_free( vbuf->indices ); 444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices * 445 sizeof(vbuf->indices[0]), [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrBufferAllocPool.h | 296 * Returns a block of memory to hold indices. A buffer designated to hold 297 * the indices is given to the caller. The buffer may or may not be locked. 304 * Once unlock on the pool is called the indices are guaranteed to be in the 308 * @param indexCount number of indices to allocate space for 309 * @param buffer returns the index buffer that will hold the indices. 318 * Shortcut to make space and then write indices into the made space. 321 const void* indices, 326 * Gets the number of indices that can be added to the current IB without 328 * makeSpace completely exhausted a IB then the returned number of indices 335 * Gets the number of indices that can fit in a preallocated index buffer [all...] |
/external/icu4c/layout/ |
OpenTypeLayoutEngine.h | 34 * the previous two steps may have generated "fake" glyph indices to use with a "canned" GSUB 35 * table. This step turns those glyph indices into actual font-specific glyph indices, and may 281 * Note that in the case of "canned" GSUB tables, the output glyph indices may be 282 * "fake" glyph indices that need to be converted to "real" glyph indices by the 312 * glyph indices used by the glyphProcessing method into "real" glyph 313 * indices which can be used to render the text. Note that in some 318 * index and character index arrays, assuming that no "fake" glyph indices 324 * @param tempGlyphCount - the number of "fake" glyph indices [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_vbuf.c | 72 /** Indices */ 73 ushort *indices; member in struct:vbuf_stage 163 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] ); 178 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] ); 191 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[0] ); 328 vbuf->indices, 409 if(vbuf->indices) 410 align_free( vbuf->indices ); 444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices * 445 sizeof(vbuf->indices[0]), [all...] |
/external/skia/src/gpu/ |
GrBufferAllocPool.h | 296 * Returns a block of memory to hold indices. A buffer designated to hold 297 * the indices is given to the caller. The buffer may or may not be locked. 304 * Once unlock on the pool is called the indices are guaranteed to be in the 308 * @param indexCount number of indices to allocate space for 309 * @param buffer returns the index buffer that will hold the indices. 318 * Shortcut to make space and then write indices into the made space. 321 const void* indices, 326 * Gets the number of indices that can be added to the current IB without 328 * makeSpace completely exhausted a IB then the returned number of indices 335 * Gets the number of indices that can fit in a preallocated index buffer [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 40 self.assertEqual(slc.indices(self.o), check_slc.indices(1)) 43 self.assertEqual(slc.indices(self.n), check_slc.indices(2)) 59 self.assertEqual(slice(TrapInt()).indices(0), (0,0,1)) 60 self.assertEqual(slice(TrapLong(0)).indices(0), (0,0,1)) 67 self.assertRaises(TypeError, slice(self.o).indices, 0) 68 self.assertRaises(TypeError, slice(self.n).indices, 0) 265 self.assertEqual(x[self.neg:self.pos].indices(maxsize), 267 self.assertEqual(x[self.neg:self.pos:1].indices(maxsize) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 40 self.assertEqual(slc.indices(self.o), check_slc.indices(1)) 43 self.assertEqual(slc.indices(self.n), check_slc.indices(2)) 59 self.assertEqual(slice(TrapInt()).indices(0), (0,0,1)) 60 self.assertEqual(slice(TrapLong(0)).indices(0), (0,0,1)) 67 self.assertRaises(TypeError, slice(self.o).indices, 0) 68 self.assertRaises(TypeError, slice(self.n).indices, 0) 265 self.assertEqual(x[self.neg:self.pos].indices(maxsize), 267 self.assertEqual(x[self.neg:self.pos:1].indices(maxsize) [all...] |
/external/chromium_org/content/renderer/ |
external_popup_menu.cc | 74 const std::vector<int>& indices) { 80 popup_menu_client_->didAcceptIndices(indices);
|
/external/chromium_org/ppapi/api/ |
ppb_gamepad.idl | 28 * Normalized values for the axes, indices valid up to |axes_length|-1. Axis 39 * Normalized values for the buttons, indices valid up to |buttons_length|
|
/external/chromium_org/third_party/re2/re2/ |
set.h | 27 // Indices are assigned in sequential order starting from 0. 39 // If so, it fills v with the indices of the matching regexps.
|
/external/chromium_org/third_party/skia/include/effects/ |
SkDashPathEffect.h | 20 the even indices specifying the length of "on" intervals, and the odd 21 indices specifying the length of "off" intervals.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-40931.js | 31 // indices which should only contain the numeric indices corresponding to the
|
/external/regex-re2/re2/ |
set.h | 27 // Indices are assigned in sequential order starting from 0. 39 // If so, it fills v with the indices of the matching regexps.
|
/external/skia/include/effects/ |
SkDashPathEffect.h | 20 the even indices specifying the length of "on" intervals, and the odd 21 indices specifying the length of "off" intervals.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-40931.js | 31 // indices which should only contain the numeric indices corresponding to the
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_tables.h | 75 /* cdf tables for quantizer indices */ 80 /* pointers to cdf tables for quantizer indices */
|
encode_lpc_swb.h | 104 * -idx : pointer to quantization indices. 171 * Get the quantized value of uncorrelated LARs given the quantization indices. 174 * -idx : pointer to quantiztion indices. 228 * -idx : quantization indices 239 * Get the quantized values given the quantization indices. 242 * -idx : pointer to quantization indices.
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Context.h | 32 void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct); 45 bool needConvert(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id);
|
/external/ceres-solver/internal/ceres/ |
parameter_block_test.cc | 43 // The indices to set constant within the parameter block (used later). 44 vector<int> indices; local 45 indices.push_back(1); 48 SubsetParameterization subset_wrong_size(4, indices); 57 SubsetParameterization subset(3, indices); 67 SubsetParameterization subset_different(3, indices);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices"); 180 UnicodeString text, glyphs, indices, positions; local 214 indices = element->getText(TRUE); 227 expected.indices = (le_int32 *) getHexArray(indices, indexCount); 242 DELETE_ARRAY(expected.indices);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 86 if(op.indices[0].reg.get()) 93 if(op.indices[i].reg.get()) 95 out << *op.indices[i].reg; 96 if(op.indices[i].disp) 97 out << '+' << op.indices[i].disp; 100 out << op.indices[i].disp;
|
/external/icu4c/test/letest/ |
xmlreader.cpp | 150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices"); 180 UnicodeString text, glyphs, indices, positions; local 214 indices = element->getText(TRUE); 227 expected.indices = (le_int32 *) getHexArray(indices, indexCount); 242 DELETE_ARRAY(expected.indices);
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestCustomAnim.java | 83 ByteBuffer indices = ByteBuffer.allocate( box.getVertexCount() * 4 ); local 85 indicesBuf.setupData(Usage.CpuOnly, 4, Format.UnsignedByte, indices); 100 indices.array()[i+0] = 0; 101 indices.array()[i+1] = 0; 102 indices.array()[i+2] = 0; 103 indices.array()[i+3] = 0;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 86 if(op.indices[0].reg.get()) 93 if(op.indices[i].reg.get()) 95 out << *op.indices[i].reg; 96 if(op.indices[i].disp) 97 out << '+' << op.indices[i].disp; 100 out << op.indices[i].disp;
|
/external/opencv/otherlibs/highgui/ |
utils.h | 104 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette ); 105 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette ); 106 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette ); 107 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ); 108 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette ); 109 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette );
|