Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching defs:count

49                   size_t count,
55 size_t count,
66 count(0),
74 count(_count),
80 size_t end = offset + count * glSizeof(type);
81 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
88 if (count != rhs.count) return count < rhs.count;
96 size_t count;