Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp826 const float u_colorScale = getUniformByName("u_colorScale").value.f; in shadeVertices() local
859 …packet.outputs[varyingLocColor] = tcu::Vec4(u_colorScale * color.x(), u_colorScale * color.y(), u_… in shadeVertices()
DglsDrawTest.cpp1203 const float u_colorScale = getUniformByName("u_colorScale").value.f; in shadeVertices() local
1238 …packet.outputs[varyingLocColor] = tcu::Vec4(u_colorScale * color.x(), u_colorScale * color.y(), u_… in shadeVertices()