Lines Matching refs:lowerLeftVertex
922 const Vertex4RGBA lowerLeftVertex = in createOverlappingQuads() local
944 vertices.push_back(lowerLeftVertex); in createOverlappingQuads()
989 const Vertex4RGBARGBA lowerLeftVertex = in createOverlappingQuadsDualSource() local
1015 vertices.push_back(lowerLeftVertex); in createOverlappingQuadsDualSource()
1032 const Vertex4Tex4 lowerLeftVertex = in createFullscreenQuad() local
1055 lowerLeftVertex, in createFullscreenQuad()
1083 const Vertex4Tex4 lowerLeftVertex = in createQuadMosaic() local
1090 Vec4(lowerLeftVertex.position.x(), lowerLeftVertex.position.y() + rowSize, 0.0f, 1.0f), in createQuadMosaic()
1095 Vec4(lowerLeftVertex.position.x() + columnSize, lowerLeftVertex.position.y(), 0.0f, 1.0f), in createQuadMosaic()
1100 …Vec4(lowerLeftVertex.position.x() + columnSize, lowerLeftVertex.position.y() + rowSize, 0.0f, 1.0f… in createQuadMosaic()
1104 vertices.push_back(lowerLeftVertex); in createQuadMosaic()