Home
last modified time | relevance | path

Searched refs:u_coordScale (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp825 const float u_coordScale = getUniformByName("u_coordScale").value.f; in shadeVertices() local
854 packet.position = tcu::Vec4(u_coordScale * coord.x(), u_coordScale * coord.y(), 1.0f, 1.0f); in shadeVertices()
DglsDrawTest.cpp1202 const float u_coordScale = getUniformByName("u_coordScale").value.f; in shadeVertices() local
1232 packet.position = tcu::Vec4(u_coordScale * coord.x(), u_coordScale * coord.y(), 1.0f, 1.0f); in shadeVertices()