Searched defs:minIndex (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h26 UINT minIndex; member in struct:gl::TranslatedIndexData
79 UINT lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex); // Returns the offset into the index buffer, or -1 if not found
80 void addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT streamOffset);
90 UINT minIndex; member in struct:gl::StaticIndexBuffer::IndexRange
H A DIndexDataManager.cpp70 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) argument
72 *minIndex = indices[0];
77 if (*minIndex > indices[i]) *minIndex = indices[i];
82 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) argument
86 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex); local
90 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex); local
94 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); local
132 streamOffset = staticBuffer->lookupRange(offset, count, &translated->minIndex, &translated->maxIndex);
137 computeRange(type, indices, count, &translated->minIndex,
360 lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex) argument
376 addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT streamOffset) argument
[all...]
/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp65 int32_t minIndex=-1; local
67 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) {
69 minIndex=i;
72 return minIndex;
/external/jdiff/src/jdiff/
H A DRootDocToXML.java994 index = minIndex(index, text.indexOf("? ", fromindex));
995 index = minIndex(index, text.indexOf("?\t", fromindex));
996 index = minIndex(index, text.indexOf("?\n", fromindex));
997 index = minIndex(index, text.indexOf("?\r", fromindex));
998 index = minIndex(index, text.indexOf("?\f", fromindex));
999 index = minIndex(index, text.indexOf("! ", fromindex));
1000 index = minIndex(index, text.indexOf("!\t", fromindex));
1001 index = minIndex(index, text.indexOf("!\n", fromindex));
1002 index = minIndex(index, text.indexOf("!\r", fromindex));
1003 index = minIndex(inde
1057 public static int minIndex(int i, int j) { method in class:RootDocToXML
[all...]
/external/icu4c/test/letest/
H A Dcletest.c696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
705 if (ix < minIndex) {
706 minIndex = ix;
710 if (minIndex != charIndex) {
711 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n",
712 run, lineNumber, charIndex, minIndex);
H A Dletest.cpp926 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
935 if (ix < minIndex) {
936 minIndex = ix;
940 if (minIndex != charIndex) {
941 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n",
942 run, lineNumber, charIndex, minIndex);
/external/skia/src/core/
H A DSkPath.cpp1987 int minIndex = index; local
1996 minIndex = i;
2003 return minIndex;
2072 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); local
2073 if (minIndex == maxIndex) {
2076 SkASSERT(pts[minIndex].fY == pts[index].fY);
2078 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2081 cross = minIndex - maxIndex;
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 663 milliseconds