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

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp31 inline deInt64 toSubpixelCoord (float v) function in namespace:rr
36 inline deInt64 toSubpixelCoord (deInt32 v) function in namespace:rr
123 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y()));
128 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y()));
472 const deInt64 x0 = toSubpixelCoord(v0.x());
473 const deInt64 y0 = toSubpixelCoord(v0.y());
474 const deInt64 x1 = toSubpixelCoord(v1.x());
475 const deInt64 y1 = toSubpixelCoord(v
[all...]

Completed in 114 milliseconds