Searched refs:indices (Results 276 - 300 of 647) sorted by relevance

<<11121314151617181920>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java636 int[] indices = new int[count];
640 indices[n++] = this.resultsDimensionsList.indexOf(resultsDimension);
644 System.arraycopy(indices, 0, indices = new int[n], 0, n);
646 this.resultsDimensionsList.select(indices);
1032 int[] indices = this.resultsDimensionsList.getSelectionIndices();
1033 int length = indices.length;
1036 for (i = 0; i < indices.length; i++) {
1037 dimensions[i] = this.resultsDimensionsList.getItem(indices[i]);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc67 uint64_t indices) {
70 glDrawElements(mode, count, type, reinterpret_cast<void*>(indices));
66 DrawElements(GLenum mode, GLsizei count, GLenum type, uint64_t indices) argument
/external/chromium_org/third_party/opus/src/silk/
H A Dstructs.h192 SideInfoIndices indices; member in struct:__anon14732
295 /* Quantization indices */
296 SideInfoIndices indices; member in struct:__anon14735
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTrackDevice.h141 const uint16_t indices[], int indexCount,
144 INHERITED::drawVertices(dummy1, dummy2, vertexCount,verts, texs,colors, xmode, indices,
138 drawVertices(const SkDraw& dummy1, SkCanvas::VertexMode dummy2, int vertexCount, const SkPoint verts[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.h147 * Six indices per quad: 0, 1, 2, 0, 2, 3, etc.
400 virtual bool onReserveIndexSpace(int indexCount, void** indices) SK_OVERRIDE;
477 const uint32_t indices[], int count,
/external/chromium_org/third_party/skia/src/utils/
H A DSkProxyCanvas.cpp152 const uint16_t indices[], int indexCount,
155 xmode, indices, indexCount, paint);
149 drawVertices(VertexMode vmode, int vertexCount, const SkPoint vertices[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h18 * Stores a sparse set of values as a list of values and a list of indices.
111 static CompressedStorage Map(Index* indices, Scalar* values, size_t size) argument
114 res.m_indices = indices;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMonestep.h77 if (m_wa2[m_permutation.indices()[j]] != 0.)
78 m_gnorm = (std::max)(m_gnorm, abs( m_rfactor.col(j).head(j+1).dot(m_qtf.head(j+1)/m_fnorm) / m_wa2[m_permutation.indices()[j]]));
H A DLMqrsolv.h55 l = iPerm.indices()(j);
131 l = iPerm.indices()(j);
/external/iproute2/examples/diffserv/
H A DEdge252 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
H A DEdge31-cb-chains83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
/external/libopus/silk/
H A Dstructs.h192 SideInfoIndices indices; member in struct:__anon24563
295 /* Quantization indices */
296 SideInfoIndices indices; member in struct:__anon24566
/external/llvm/lib/IR/
H A DConstantsContext.h326 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
331 SmallVector<unsigned, 4> indices; member in struct:llvm::ExprMapKeyType
337 this->indices == that.indices;
341 indices) <
343 that.subclassoptionaldata, that.indices);
448 V.indices, Ty);
450 return new ExtractValueConstantExpr(V.operands[0], V.indices, Ty);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, argument
77 // UInt32 fileIndex = allFilesMode ? indexIndex : indices[indexIndex];
78 UInt32 ref2Index = allFilesMode ? ii : indices[ii];
/external/skia/experimental/PdfViewer/
H A DSkTrackDevice.h145 const uint16_t indices[], int indexCount,
148 INHERITED::drawVertices(dummy1, dummy2, vertexCount,verts, texs,colors, xmode, indices,
142 drawVertices(const SkDraw& dummy1, SkCanvas::VertexMode dummy2, int vertexCount, const SkPoint verts[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/external/skia/src/utils/
H A DSkProxyCanvas.cpp146 const uint16_t indices[], int indexCount,
149 xmode, indices, indexCount, paint);
143 drawVertices(VertexMode vmode, int vertexCount, const SkPoint vertices[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c118 const ushort *indices, uint count)
140 PUSH_DATA (push, *indices++);
150 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
151 indices += 2;
117 nv30_render_draw_elements(struct vbuf_render *render, const ushort *indices, uint count) argument
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp281 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 }; local
348 gl.drawElements (GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_BYTE, &indices[0]);
383 gl.drawElements (GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_BYTE, &indices[0]);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp284 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 }; local
351 gl.drawElements (GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_BYTE, &indices[0]);
386 gl.drawElements (GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_BYTE, &indices[0]);
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp381 vector<deUint16> indices (numQuads*6);
397 indices[quadNdx*6 + ndx] = (deUint16)(quadNdx*4 + singleQuadIndices[ndx]);
401 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (glw::GLsizeiptr)(indices.size()*sizeof(indices[0])), &indices[0], GL_STATIC_DRAW);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp193 // indices
197 std::vector<deUint16> indices (indexBufferSize);
199 for (int ndx = 0; ndx < (int)indices.size(); ++ndx)
200 indices[ndx] = (m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx);
204 gl.glBufferData(GL_ELEMENT_ARRAY_BUFFER, (int)(indices.size() * sizeof(deUint16)), &indices[0], GL_STATIC_DRAW);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c118 const ushort *indices, uint count)
140 PUSH_DATA (push, *indices++);
150 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
151 indices += 2;
117 nv30_render_draw_elements(struct vbuf_render *render, const ushort *indices, uint count) argument
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.cpp1597 const GLvoid* indices, GLsizei primcount, rx::RangeUI *indexRangeOut)
1636 if (!indices && !elementArrayBuffer)
1646 GLint64 offset = reinterpret_cast<GLint64>(indices);
1664 else if (!indices)
1676 unsigned int offset = reinterpret_cast<unsigned int>(indices);
1686 *indexRangeOut = rx::IndexRangeCache::ComputeRange(type, indices, count);
1699 const GLvoid *indices, GLsizei primcount,
1708 if (!ValidateDrawElements(context, mode, count, type, indices, primcount, indexRangeOut))
1718 const GLvoid *indices, GLsizei primcount, rx::RangeUI *indexRangeOut)
1725 return ValidateDrawElementsInstanced(context, mode, count, type, indices, primcoun
1596 ValidateDrawElements(Context *context, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei primcount, rx::RangeUI *indexRangeOut) argument
1697 ValidateDrawElementsInstanced(Context *context, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, rx::RangeUI *indexRangeOut) argument
1717 ValidateDrawElementsInstancedANGLE(Context *context, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, rx::RangeUI *indexRangeOut) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h1016 const GLvoid *indices );
1019 GLenum type, const GLvoid *indices );
1022 const GLvoid **indices,
1026 const GLvoid *indices,
1031 const GLvoid *indices,
1036 const GLvoid * const *indices,
1045 GLenum type, const GLvoid *indices,
1048 GLenum type, const GLvoid *indices,
1051 GLenum type, const GLvoid *indices,
1054 GLenum type, const GLvoid *indices,
[all...]
/external/mesa3d/src/mesa/main/
H A Ddd.h1016 const GLvoid *indices );
1019 GLenum type, const GLvoid *indices );
1022 const GLvoid **indices,
1026 const GLvoid *indices,
1031 const GLvoid *indices,
1036 const GLvoid * const *indices,
1045 GLenum type, const GLvoid *indices,
1048 GLenum type, const GLvoid *indices,
1051 GLenum type, const GLvoid *indices,
1054 GLenum type, const GLvoid *indices,
[all...]

Completed in 577 milliseconds

<<11121314151617181920>>