Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h45 struct SWR_RECT struct
52 bool operator==(const SWR_RECT& rhs) argument
60 SWR_RECT& Intersect(const SWR_RECT& other) in Intersect() argument
77 SWR_RECT& Union(const SWR_RECT& other) in Union() argument
89 void Translate(int32_t x, int32_t y) in Translate()