Home
last modified time | relevance | path

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

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