Searched defs:AttributeRange (Results 1 – 4 of 4) sorted by relevance
26 struct AttributeRange struct35 AttributeRange() : startAddr(0), endAddr(0), copyStartAddr(0) {} in AttributeRange() argument36 AttributeRange(uintptr_t start, uintptr_t end, uintptr_t copyStart) in AttributeRange() argument
1143 std::array<AttributeRange, gl::MAX_VERTEX_ATTRIBS> &mergeRangesOut, in mergeClientAttribsRange()
229 struct AttributeRange { struct230 AttributeRange(AttributeId attribute_range_start, in AttributeRange() argument236 AttributeId start;237 AttributeId end;
214 public static class AttributeRange { class in Range221 public AttributeRange(Range nameRange, Range valueRange) { in AttributeRange() method in Range.AttributeRange