/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmContext.h | 41 void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct); 43 void drawPointsElems(GLESConversionArrays& arrs,GLsizei count,GLenum type,const GLvoid* indices); 55 bool needConvert(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id); 57 void setupArrayPointerHelper(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GLESpointer* p);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
glUtils.h | 66 template <class T> void minmax(T *indices, int count, int *min, int *max) { 69 T *ptr = indices; 77 template <class T> void shiftIndices(T *indices, int count, int offset) { 78 T *ptr = indices;
|
/external/icu4c/layoutex/layout/ |
plruns.h | 43 * and limit indices. 49 * @param limits is the address of an array of limit indices. This array must remain valid until 63 * indices arrays using the <code>pl_addFontRun</code> routine. 65 * @param initialCapacity is the initial size of the font and limit indices arrays. If 91 * @return the number of entries in the limit indices array. 141 * @param run is the index into the font and limit indices arrays. 177 * and limit indices. 182 * @param limits is the address of an array of limit indices. This array must remain valid until 198 * @param initialCapacity is the initial size of the value and limit indices arrays. If 309 * and limit indices [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Surface.java | 106 int[] indices = new int[uSegments * vSegments * 6];
local 110 indices[arrayIndex++] = j + i * uVerticesAmount;
111 indices[arrayIndex++] = j + i * uVerticesAmount + 1;
112 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount;
113 indices[arrayIndex++] = j + i * uVerticesAmount + 1;
114 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount + 1;
115 indices[arrayIndex++] = j + i * uVerticesAmount + uVerticesAmount;
121 for (int i = 0; i < indices.length; i += 3) {
122 Vector3f n = FastMath.computeNormal(vertices[indices[i]], vertices[indices[i + 1]], vertices[indices[i + 2]]); [all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderingParam.java | 22 /** whether to use VBO for indices data */ 24 /** number of indices buffer per one vertices buffer */
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
ARB_base_instance.xml | 23 <param name="indices" type="const GLvoid *"/> 32 <param name="indices" type="const GLvoid *"/>
|
ARB_draw_instanced.xml | 22 <param name="indices" type="const GLvoid *"/> 42 <param name="indices" type="const GLvoid *"/>
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_cpal.c | 83 const void *indices, GLuint num_pixels, GLubyte *image) 90 const GLubyte *ind = (const GLubyte *) indices; 104 const GLubyte *ind = (const GLubyte *) indices; 173 const GLubyte *indices; local 187 indices = (const GLubyte *) palette + info->palette_size * info->size; 212 paletted_to_color(info, palette, indices, num_texels, image); 222 indices += (num_texels + 1) / 2; 224 indices += num_texels;
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/ |
EmitterMeshFaceShape.java | 38 int[] indices = new int[3]; local 42 mesh.getTriangle(i, indices); 43 vertices.add(vertexTable[indices[0]]); 44 vertices.add(vertexTable[indices[1]]); 45 vertices.add(vertexTable[indices[2]]); 46 normals.add(FastMath.computeNormal(vertexTable[indices[0]], vertexTable[indices[1]], vertexTable[indices[2]]));
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/ |
package.html | 18 <li>{@link com.jme3.scene.mesh.VirtualIndexBuffer} - For reading "virtual indices", for 21 non-list based mode indices to list based</li>
|
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_base_instance.xml | 23 <param name="indices" type="const GLvoid *"/> 32 <param name="indices" type="const GLvoid *"/>
|
ARB_draw_instanced.xml | 22 <param name="indices" type="const GLvoid *"/> 42 <param name="indices" type="const GLvoid *"/>
|
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.c | 83 const void *indices, GLuint num_pixels, GLubyte *image) 90 const GLubyte *ind = (const GLubyte *) indices; 104 const GLubyte *ind = (const GLubyte *) indices; 173 const GLubyte *indices; local 187 indices = (const GLubyte *) palette + info->palette_size * info->size; 212 paletted_to_color(info, palette, indices, num_texels, image); 222 indices += (num_texels + 1) / 2; 224 indices += num_texels;
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboardView.java | 43 int[] indices = getKeyboard().getShiftKeyIndices(); local 44 for (int index : indices) {
|
/frameworks/base/graphics/java/android/graphics/ |
DashPathEffect.java | 23 * the even indices specifying the "on" intervals, and the odd indices
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 29 static void convertFixedIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize); 31 static void convertByteIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize); 228 static void convertFixedIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { 230 unsigned short index = indices_type == GL_UNSIGNED_BYTE? ((GLubyte *)indices)[i]: 231 ((GLushort *)indices)[i]; 253 static void convertByteIndirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,GLsizei count,GLenum indices_type,const GLvoid* indices,unsigned int strideOut,int attribSize) { 255 unsigned short index = indices_type == GL_UNSIGNED_BYTE? ((GLubyte *)indices)[i]: 256 ((GLushort *)indices)[i]; 279 static void indirectToBytesRanges(const GLvoid* indices,GLenum indices_type,GLsizei count,GLESpointer* p,RangeList& list) { 286 static_cast<const GLushort*>(indices)[i] 331 GLushort* indices = NULL; local [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkNinePatch.cpp | 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { 29 uint16_t* startIndices = indices; 34 *indices++ = n; 35 *indices++ = n + xCount + 2; 36 *indices++ = n + 1; 38 *indices++ = n; 39 *indices++ = n + xCount + 1; 40 *indices++ = n + xCount + 2; 46 return static_cast<int>(indices - startIndices); 190 // allocate 2 times, one for verts, one for texs, plus indices 195 uint16_t* indices = (uint16_t*)(texs + vCount); local [all...] |
/external/skia/gm/ |
techtalk1.cpp | 71 const uint16_t indices[], int count) { 76 drawLine(canvas, pts[indices[i]], pts[indices[i+1]], paint); 77 drawLine(canvas, pts[indices[i+1]], pts[indices[i+2]], paint); 78 drawLine(canvas, pts[indices[i+2]], pts[indices[i]], paint); 99 uint16_t indices[256*6]; local 100 uint16_t* ndx = indices; 107 show_mesh(canvas, pts0, indices, ndx - indices) 171 const uint16_t indices[] = { local [all...] |
/external/skia/src/utils/ |
SkNinePatch.cpp | 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { 29 uint16_t* startIndices = indices; 34 *indices++ = n; 35 *indices++ = n + xCount + 2; 36 *indices++ = n + 1; 38 *indices++ = n; 39 *indices++ = n + xCount + 1; 40 *indices++ = n + xCount + 2; 46 return static_cast<int>(indices - startIndices); 190 // allocate 2 times, one for verts, one for texs, plus indices 195 uint16_t* indices = (uint16_t*)(texs + vCount); local [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_stream_draw_unittests.cc | 102 static GLubyte indices[] = { 0, 1, 2, 3, 4, 5, }; local 104 GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STREAM_DRAW); 110 GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
|
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/ |
Simple_VertexShader.c | 32 GLushort *indices; member in struct:__anon11043 74 NULL, NULL, &userData->indices ); 148 glDrawElements ( GL_TRIANGLES, userData->numIndices, GL_UNSIGNED_SHORT, userData->indices ); 165 if ( userData->indices != NULL ) 167 free ( userData->indices );
|
/external/chromium_org/third_party/opus/src/silk/ |
decode_frame.c | 66 /* Decode quantization indices of side info */ 71 /* Decode quantization indices of excitation */ 73 silk_decode_pulses( psRangeDec, pulses, psDec->indices.signalType, 74 psDec->indices.quantOffsetType, psDec->frame_length ); 92 psDec->prevSignalType = psDec->indices.signalType;
|
/external/chromium_org/third_party/opus/src/silk/float/ |
find_LPC_FLP.c | 56 psEncC->indices.NLSFInterpCoef_Q2 = 4; 69 /* Search over interpolation indices to find the one with lowest residual energy */ 88 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k; 97 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) { 102 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
|
/external/iproute2/tc/ |
q_dsmark.c | 24 fprintf(stderr,"Usage: dsmark indices INDICES [ default_index " 40 if (!strcmp(*argv,"indices")) { 153 fprintf(stderr,"dsmark: indices too short\n"); 154 else fprintf(f,"indices 0x%04x ",
|
/external/llvm/include/llvm/CodeGen/ |
Analysis.h | 34 /// of insertvalue or extractvalue indices that identify a member, return 38 const unsigned *Indices, 43 ArrayRef<unsigned> Indices, 45 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|