Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp97 struct SubpixelLineSegment struct
99 const tcu::Vector<deInt64,2> m_v0;
100 const tcu::Vector<deInt64,2> m_v1;
102 SubpixelLineSegment (const tcu::Vector<deInt64,2>& v0, const tcu::Vector<deInt64,2>& v1) in SubpixelLineSegment() function
108 tcu::Vector<deInt64,2> direction (void) const in direction()