Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.h32 unsigned int minIndex; member
H A DIndexDataManager.cpp196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices) in computeRange() argument
213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices) in computeRange() argument
217 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() local
221 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() local
225 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.cpp67 int32_t minIndex=-1; in firstAfter() local
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp36 int minIndex = -1; in nearPoint() local
/third_party/icu/icu4c/source/test/letest/
H A Dcletest.c701 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
H A Dletest.cpp931 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp258 int32_t minIndex = -1; in onGetScaledDimensions() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp35 IndexType minIndex = 0; in ComputeTypedIndexRange() local
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp597 int minIndex = 0; in stitchConcaveRings() local
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp1097 size_t minIndex = 0; in selectEndPointPCA() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp86 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints() argument
1459 int minIndex = static_cast<int>(indexRange.start); in drawElementsImpl() local
1483 drawLineLoop(const gl::Context *context, GLsizei count, gl::DrawElementsType type, const void *indices, int minIndex, gl::Buffer *elementArrayBuffer) drawLineLoop() argument
1651 drawIndexedPoints(const gl::Context *context, GLsizei count, gl::DrawElementsType type, const void *indices, int minIndex, gl::Buffer *elementArrayBuffer) drawIndexedPoints() argument
[all...]
/third_party/skia/src/core/
H A 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

Completed in 23 milliseconds