Home
last modified time | relevance | path

Searched refs:vertex2 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp215 const tcu::Vec4 vertex2 = genRandomVector(rnd); in init() local
216 const tcu::Vec4 vertex3 = vertex2 + genRandomVector(rnd) * 0.01f; // generate narrow triangles in init()
219 triangles[triNdx*3 + 1] = vertex2; in init()
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp215 const tcu::Vec4 vertex2 = genRandomVector(rnd); in init() local
216 const tcu::Vec4 vertex3 = vertex2 + genRandomVector(rnd) * 0.01f; // generate narrow triangles in init()
219 triangles[triNdx*3 + 1] = vertex2; in init()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp417 CPDF_MeshVertex& vertex2 = triangle[(i + 1) % 3]; in DrawGouraud() local
419 CFX_PointF& position2 = vertex2.position; in DrawGouraud()
426 r[nIntersects] = vertex1.r + ((vertex2.r - vertex1.r) * y_dist); in DrawGouraud()
427 g[nIntersects] = vertex1.g + ((vertex2.g - vertex1.g) * y_dist); in DrawGouraud()
428 b[nIntersects] = vertex1.b + ((vertex2.b - vertex1.b) * y_dist); in DrawGouraud()