Home
last modified time | relevance | path

Searched defs:minIndex (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.h32 unsigned int minIndex; member
DIndexDataManager.cpp196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std:… in computeRange()
213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange()
/third_party/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp36 int minIndex = -1; in nearPoint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h89 unsigned minIndex() const { in minIndex() function
/third_party/skia/src/codec/
DSkIcoCodec.cpp258 int32_t minIndex = -1; in onGetScaledDimensions() local
/third_party/icu/icu4c/source/test/letest/
Dcletest.c701 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
Dletest.cpp931 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp35 IndexType minIndex = 0; in ComputeTypedIndexRange() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp86 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints()
1459 int minIndex = static_cast<int>(indexRange.start); in drawElementsImpl() local
1487 int minIndex, in drawLineLoop()
1655 int minIndex, in drawIndexedPoints()
/third_party/skia/src/utils/
DSkShadowTessellator.cpp597 int minIndex = 0; in stitchConcaveRings() local
/third_party/skia/src/core/
DSkPath.cpp2500 int minIndex = index; in find_min_max_x_at_y() local
2567 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); in ComputeFirstDirection() local
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp1097 size_t minIndex = 0; in selectEndPointPCA() local
/third_party/typescript/src/compiler/
Dchecker.ts31468 const diags = max > 1 ? allDiagnostics[minIndex] : flatten(allDiagnostics); constant