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() function
1145 std::array<AttributeRange, gl::MAX_VERTEX_ATTRIBS> &mergeRangesOut, in mergeClientAttribsRange()
228 struct AttributeRange { struct229 AttributeRange(AttributeId attribute_range_start, in AttributeRange() argument235 AttributeId start;236 AttributeId end;
214 public static class AttributeRange { class in Range221 public AttributeRange(Range nameRange, Range valueRange) { in AttributeRange() method in Range.AttributeRange