Searched refs:widthOffset (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 878 …const tcu::Vector<deInt64,2> widthOffset = (isXMajor ? tcu::Vector<deInt64,2>(0, -1) : tcu::Vecto… in init() local 880 const deInt64 x0 = toSubpixelCoord(v0.x(), m_subpixelBits) + widthOffset.x(); in init() 881 const deInt64 y0 = toSubpixelCoord(v0.y(), m_subpixelBits) + widthOffset.y(); in init() 882 const deInt64 x1 = toSubpixelCoord(v1.x(), m_subpixelBits) + widthOffset.x(); in init() 883 const deInt64 y1 = toSubpixelCoord(v1.y(), m_subpixelBits) + widthOffset.y(); in init() 942 …const tcu::Vector<deInt64,2> widthOffset = -minorDirection.cast<deInt64>() * (toSubpixelCoord… in rasterize() local 943 …r<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy(), m_subpixelBits) + widthOffset; in rasterize() 944 …r<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy(), m_subpixelBits) + widthOffset; in rasterize()
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 1019 SkScalar widthOffset = this->width() - 100; in setControlButtonsPos() local 1022 kControlList[index].fControl->fBounds.setXYWH(widthOffset, 30, 30, 400); in setControlButtonsPos() 1023 widthOffset -= 50; in setControlButtonsPos()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 5680 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen() local 5682 coords.push_back(tcu::Vec4(widthOffset, heightOffset, 0.0f, 1.0f)); in TriangleStipGen() 5683 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen() 5684 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen() 5685 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
|