HomeSort by relevance Sort by last modified time
    Searched refs:maxIdx (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexRangeCache.h 22 void addRange(GLenum type, unsigned int offset, GLsizei count, unsigned int minIdx, unsigned int maxIdx,
50 IndexBounds(unsigned int minIdx, unsigned int maxIdx, unsigned int offset);
IndexRangeCache.cpp 19 void IndexRangeCache::addRange(GLenum type, unsigned int offset, GLsizei count, unsigned int minIdx, unsigned int maxIdx,
22 mIndexRangeCache[IndexRange(type, offset, count)] = IndexBounds(minIdx, maxIdx, streamOffset);
92 IndexRangeCache::IndexBounds::IndexBounds(unsigned int minIdx, unsigned int maxIdx, unsigned int offset)
93 : minIndex(minIdx), maxIndex(maxIdx), streamOffset(offset)
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 144 int32_t maxIdx = 0;
150 maxIdx = i;
153 max->width = data[maxIdx];
154 max->height = data[maxIdx + 1];
155 *idx = maxIdx;
513 int32_t minIdx, maxIdx;
515 GetMaxSize(data, count, &processedMaxSize, &maxIdx);
523 availableProcessedMinFrameDurations.data.i64[maxIdx / 2];
536 GetMaxSize(data, count, &jpegMaxSize, &maxIdx);
537 ALOGV("Found Jpeg size max idx = %d", maxIdx);
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 714 int maxIdx = max.fFoundCount;
715 if (maxIdx < kMaxFiles) {
716 max.fError[maxIdx] = state.fError[index];
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
718 max.fDirsFound[maxIdx] = state.fDirsFound[index];
722 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
723 if (max.fError[maxIdx] < state.fError[index]) {
724 max.fError[maxIdx] = state.fError[index]
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 714 int maxIdx = max.fFoundCount;
715 if (maxIdx < kMaxFiles) {
716 max.fError[maxIdx] = state.fError[index];
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
718 max.fDirsFound[maxIdx] = state.fDirsFound[index];
722 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
723 if (max.fError[maxIdx] < state.fError[index]) {
724 max.fError[maxIdx] = state.fError[index]
    [all...]
  /external/aac/libSBRdec/src/
psbitdec.cpp 162 SCHAR maxIdx)
170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx);
173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
179 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 524 var maxIdx = Math.max.apply(null, selectedIndices);
525 this.selectIndex(Math.min(maxIdx - selectedIndices.length + 2,
  /frameworks/base/tools/aapt/
ResourceTable.cpp 379 ssize_t maxIdx = block.indexOfAttribute(NULL, "max");
380 if (maxIdx >= 0) {
381 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
395 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
    [all...]

Completed in 167 milliseconds