HomeSort by relevance Sort by last modified time
    Searched refs:u_colorScale (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 826 const float u_colorScale = getUniformByName("u_colorScale").value.f;
859 packet.outputs[varyingLocColor] = tcu::Vec4(u_colorScale * color.x(), u_colorScale * color.y(), u_colorScale * color.z(), 1.0f);
921 "uniform highp float u_colorScale;\n"
1013 "\tv_color = vec4(u_colorScale * color, 1.0);\n"
1137 decl << sglr::pdec::Uniform("u_colorScale", glu::TYPE_FLOAT);
1165 m_ctx.uniform1f(m_ctx.getUniformLocation(program, "u_colorScale"), colorScale);
    [all...]
glsDrawTest.cpp     [all...]

Completed in 158 milliseconds