Home
last modified time | relevance | path

Searched defs:IndexRange (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DBufferMtl.h35 struct IndexRange struct
37 IndexRange(size_t begin, size_t end) : restartBegin(begin), restartEnd(end) {} in IndexRange() function
38 size_t restartBegin;
39 size_t restartEnd;
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h747 struct IndexRange struct
751 IndexRange(Undefined) {} in IndexRange() function
752 IndexRange() : IndexRange(0, 0, 0) {} in IndexRange() function
753 IndexRange(size_t start_, size_t end_, size_t vertexIndexCount_) in IndexRange() function
760 size_t vertexCount() const { return (end - start) + 1; } in vertexCount()
763 size_t start;
764 size_t end;
767 size_t vertexIndexCount;