Lines Matching refs:bottomLeft
1469 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& … in computeQuadTexCoord2D() argument
1473 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y(); in computeQuadTexCoord2D()
1474 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); in computeQuadTexCoord2D()
1475 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); in computeQuadTexCoord2D()
1479 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft… in computeQuadTexCoord2DArray() argument
1483 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; in computeQuadTexCoord2DArray()
1484 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
1485 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
1574 …ordCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2… in computeQuadTexCoordCube() argument
1603 dst[0+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()
1604 dst[3+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()
1608 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
1610 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
1614 …beArray (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2… in computeQuadTexCoordCubeArray() argument
1646 dst[ 0+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCubeArray()
1647 dst[ 4+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCubeArray()
1651 dst[ 0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCubeArray()
1653 dst[ 8+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCubeArray()