Home
last modified time | relevance | path

Searched defs:AttributeRange (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.h26 struct AttributeRange struct
35 AttributeRange() : startAddr(0), endAddr(0), copyStartAddr(0) {} in AttributeRange() argument
36 AttributeRange(uintptr_t start, uintptr_t end, uintptr_t copyStart) in AttributeRange() function
H A DVertexArrayVk.cpp1145 std::array<AttributeRange, gl::MAX_VERTEX_ATTRIBS> &mergeRangesOut, in mergeClientAttribsRange()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
H A Dpdu.h228 struct AttributeRange { struct
229 AttributeRange(AttributeId attribute_range_start, in AttributeRange() argument
235 AttributeId start;
236 AttributeId end;
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DRange.java214 public static class AttributeRange { class in Range
221 public AttributeRange(Range nameRange, Range valueRange) { in AttributeRange() method in Range.AttributeRange