Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching refs:offset

48                   size_t offset,
54 size_t offset,
59 void invalidateRange(size_t offset, size_t size);
65 offset(0),
73 offset(_offset),
78 size_t start = offset;
79 size_t start_other = rhs.offset;
80 size_t end = offset + count * glSizeof(type);
81 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
95 size_t offset;