Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.hpp98 struct EdgeFunction struct
100 inline EdgeFunction (void) : a(0), b(0), c(0), inclusive(false) {} in EdgeFunction() argument
102 deInt64 a;
103 deInt64 b;
104 deInt64 c;
105 bool inclusive; //!< True if edge is inclusive according to fill rules.