Searched refs:edgeVal (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp89 static inline bool isInsideCCW (const EdgeFunction& edge, const deInt64 edgeVal) argument
91 return edge.inclusive ? (edgeVal >= 0) : (edgeVal > 0);

Completed in 66 milliseconds