HomeSort by relevance Sort by last modified time
    Searched defs:maxIndex (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebCore/html/canvas/
WebGLBuffer.h 86 int maxIndex;
WebGLRenderingContext.cpp     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AbstractBufferFindTarget.java 36 int maxIndex = getItemCount();
46 mCurrentSearchIndex = getNext(mCurrentSearchIndex, searchForward, maxIndex);
69 mCurrentSearchIndex = getNext(mCurrentSearchIndex, searchForward, maxIndex);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 27 UINT maxIndex;
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);
91 UINT maxIndex;
IndexDataManager.cpp 70 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
73 *maxIndex = indices[0];
78 if (*maxIndex < indices[i]) *maxIndex = indices[i];
82 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
86 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
90 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex);
94 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
132 streamOffset = staticBuffer->lookupRange(offset, count, &translated->minIndex, &translated->maxIndex);
137 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
    [all...]
  /external/icu4c/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /external/icu4c/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
TriStrip.java 128 int maxIndex = 0;
132 if (in_indices[i] > maxIndex)
133 maxIndex = in_indices[i];
142 stripifier.stripify(tempIndices, cacheSize, minStripSize, maxIndex, tempStrips, tempFaces);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 165 const int maxIndex = WTF_ARRAY_LENGTH(stretchyCharacters);
166 for (index++; index < maxIndex; index++) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 490 u32 maxIndex;
502 maxIndex = (u32)(streamStop - stream);
504 if (maxIndex == 0)
511 } while (byte != 1 && index < maxIndex);
514 if (index == maxIndex || index < 3)
524 maxIndex -= index;
559 if (index == maxIndex)
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 253 int maxIndex = addr.length - 1;
254 for (int i = 0; i <= maxIndex; i++) {
256 if (i < maxIndex) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 192 int maxIndex = minIndex;
196 maxIndex = Math.max(d.index, maxIndex);
201 int to = Math.min(maxIndex + 5, n);
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 116 unsigned int maxIndex = 0;
126 maxIndex = i;
130 if (maxIndex > 0 && nsMaxSw) {
131 memmove(&swBuffer[1], &swBuffer[0], maxIndex * sizeof(SuggestedWord *));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 193 int maxIndex = horizontal ? 1 : 0;
198 if (max == -1 || max < p[maxIndex]) {
199 max = p[maxIndex];
202 resultPadding[maxIndex] = max;
  /external/icu4c/i18n/
plurrule.cpp 527 int32_t maxIndex = 0;
533 otherIndex = maxIndex;
535 ++maxIndex;
540 ++maxIndex;
544 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) {
560 newSampleInfo[maxIndex - 1] = 0; // unlimited
571 for (int i = 0, keywordsRemaining = maxIndex;
592 found = otherIndex == -1 ? maxIndex - 1 : otherIndex;
622 for (int i = 0, j = 0; i < maxIndex; ++i) {
632 for (int i = 0; i < maxIndex; ++i)
    [all...]
ucol_elm.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 474 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
477 int minIndex, int maxIndex) */
520 for (GLuint i = minIndex; i < maxIndex; i++) {
536 arg_max->add_intvalue(maxIndex);
547 GLuint *minIndex, GLuint *maxIndex) {
550 *maxIndex = 0;
564 if (index > *maxIndex) *maxIndex = index;
569 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
591 minIndex, maxIndex, time)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 103 static const UCHAR maxIndex[2] = {9, 5};
319 for (i = 0; i < maxIndex[ampRes]; i++) {
330 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 103 int maxIndex = -1;
109 if ( index > maxIndex ) {
110 maxIndex = index;
114 if ( maxIndex * 3 > positionsLength) {
118 transformedIndexCount = maxIndex - minIndex + 1;
  /external/skia/src/core/
SkPath.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 602 int maxIndex = ctx->findMaxIndex(count, type, indices);
603 ctx->validateAtt0PreDraw(maxIndex);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]

Completed in 930 milliseconds

1 2