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

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DIndexRangeCache.h44 unsigned int minIndex; member in struct:rx::IndexRangeCache::IndexBounds
H A DIndexDataManager.h35 unsigned int minIndex; member in struct:rx::TranslatedIndexData
H A DIndexDataManager.cpp81 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) argument
83 *minIndex = indices[0];
88 if (*minIndex > indices[i]) *minIndex = indices[i];
93 static void computeRange(GLenum type, const GLvoid *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) argument
97 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex); local
101 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex); local
105 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); local
157 if (!buffer->getIndexRangeCache()->findRange(type, offset, count, &translated->minIndex,
160 computeRange(type, indices, count, &translated->minIndex,
[all...]
H A DRenderer11.cpp1096 drawLineLoop(count, type, indices, indexInfo.minIndex, elementArrayBuffer);
1100 drawTriangleFan(count, type, indices, indexInfo.minIndex, elementArrayBuffer, instances);
1104 mDeviceContext->DrawIndexedInstanced(count, instances, 0, -static_cast<int>(indexInfo.minIndex), 0);
1108 mDeviceContext->DrawIndexed(count, 0, -static_cast<int>(indexInfo.minIndex));
1112 void Renderer11::drawLineLoop(GLsizei count, GLenum type, const GLvoid *indices, int minIndex, gl::Buffer *elementArrayBuffer) argument
1212 mDeviceContext->DrawIndexed(count + 1, 0, -minIndex);
1215 void Renderer11::drawTriangleFan(GLsizei count, GLenum type, const GLvoid *indices, int minIndex, gl::Buffer *elementArrayBuffer, int instances) argument
1323 mDeviceContext->DrawIndexedInstanced(numTris * 3, instances, 0, -minIndex, 0);
1327 mDeviceContext->DrawIndexed(numTris * 3, 0, -minIndex);
H A DRenderer9.cpp1434 drawLineLoop(count, type, indices, indexInfo.minIndex, elementArrayBuffer);
1440 GLsizei vertexCount = indexInfo.maxIndex - indexInfo.minIndex + 1;
1441 mDevice->DrawIndexedPrimitive(mPrimitiveType, -(INT)indexInfo.minIndex, indexInfo.minIndex, vertexCount, indexInfo.startIndex, mPrimitiveCount);
1446 void Renderer9::drawLineLoop(GLsizei count, GLenum type, const GLvoid *indices, int minIndex, gl::Buffer *elementArrayBuffer) argument
1630 mDevice->DrawIndexedPrimitive(D3DPT_LINESTRIP, -minIndex, minIndex, count, startIndex, count);
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.h97 int minIndex = tileCount; local
106 minIndex = tile;
117 for (int tile = minIndex; tile <= maxIndex; ++tile) {
H A DSkPath.cpp2570 int minIndex = index; local
2579 minIndex = i;
2586 return minIndex;
2707 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); local
2708 if (minIndex == maxIndex) {
2711 SkASSERT(pts[minIndex].fY == pts[index].fY);
2713 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2716 cross = minIndex - maxIndex;
/external/skia/src/core/
H A DSkTileGrid.h97 int minIndex = tileCount; local
106 minIndex = tile;
117 for (int tile = minIndex; tile <= maxIndex; ++tile) {
H A DSkPath.cpp2570 int minIndex = index; local
2579 minIndex = i;
2586 return minIndex;
2707 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); local
2708 if (minIndex == maxIndex) {
2711 SkASSERT(pts[minIndex].fY == pts[index].fY);
2713 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2716 cross = minIndex - maxIndex;
/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp306 int minIndex = SkMin32(index, endIndex); local
307 int sumWinding = current->windSum(minIndex);
H A DSkOpSegment.cpp959 int minIndex = SkMin32(startIndex, endIndex); local
960 return windSum(minIndex);
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp306 int minIndex = SkMin32(index, endIndex); local
307 int sumWinding = current->windSum(minIndex);
H A DSkOpSegment.cpp959 int minIndex = SkMin32(startIndex, endIndex); local
960 return windSum(minIndex);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5481 const GLint minIndex = 0; local
5482 ASSERT(index >= minIndex);
5483 (void) minIndex;
5523 const GLint minIndex = -(1 << INST_INDEX_BITS); local
5525 ASSERT(index >= minIndex);
5526 (void) minIndex;
/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/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 968 milliseconds