Home
last modified time | relevance | path

Searched defs:Extents (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes.h131 struct Extents struct
133 Extents() : width(0), height(0), depth(0) {} in Extents() argument
134 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() function
137 Extents &operator=(const Extents &other) = default; argument
146 bool operator==(const Extents &lhs, const Extents &rhs); argument
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dtest_helpers.cpp85 auto Extents = in serialize() local
/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp61 atomic_uint64_t Extents; member
Dxray_buffer_queue.h55 atomic_uint64_t *Extents = nullptr; member
/external/lzma/CPP/7zip/Common/
DLimitedStreams.h122 CRecordVector<CSeekExtent> Extents; variable