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

1 2 3

  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp 12 MatrixXf::Index maxIndex;
13 float maxNorm = mat.colwise().sum().maxCoeff(&maxIndex);
15 std::cout << "Maximum sum at position " << maxIndex << std::endl;
18 std::cout << mat.col( maxIndex ) << std::endl;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
IndexDataManager.cpp 81 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
84 *maxIndex = indices[0];
89 if (*maxIndex < indices[i]) *maxIndex = indices[i];
93 static void computeRange(GLenum type, const GLvoid *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
97 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
101 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex);
105 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
158 &translated->maxIndex, NULL))
160 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
    [all...]
IndexDataManager.h 36 unsigned int maxIndex;
IndexRangeCache.cpp 54 if (outMaxIndex) *outMaxIndex = i->second.maxIndex;
88 : minIndex(0), maxIndex(0), streamOffset(0)
93 : minIndex(minIdx), maxIndex(maxIdx), streamOffset(offset)
IndexRangeCache.h 45 unsigned int maxIndex;
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.h 98 int maxIndex = 0;
107 maxIndex = tile;
111 maxIndex = tile;
117 for (int tile = minIndex; tile <= maxIndex; ++tile) {
  /external/skia/src/core/
SkTileGrid.h 98 int maxIndex = 0;
107 maxIndex = tile;
111 maxIndex = tile;
117 for (int tile = minIndex; tile <= maxIndex; ++tile) {