/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | IndexDataManager.h | 32 unsigned int minIndex; member
|
H A D | IndexDataManager.cpp | 196 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 D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCurve.cpp | 36 int minIndex = -1; in nearPoint() local
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | cletest.c | 701 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
|
H A D | letest.cpp | 931 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
|
/third_party/skia/src/codec/ |
H A D | SkIcoCodec.cpp | 258 int32_t minIndex = -1; in onGetScaledDimensions() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 35 IndexType minIndex = 0; in ComputeTypedIndexRange() local
|
/third_party/skia/src/utils/ |
H A D | SkShadowTessellator.cpp | 597 int minIndex = 0; in stitchConcaveRings() local
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 1097 size_t minIndex = 0; in selectEndPointPCA() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 86 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 D | SkPath.cpp | 2500 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
|