Lines Matching refs:flatShader
621 FlatColorShader flatShader (glu::TYPE_FLOAT_VEC4); in render() local
623 deUint32 flatShaderID = context.createProgram(&flatShader); in render()
703 flatShader.setColor(context, flatShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
860 FlatColorShader flatShader (glu::TYPE_FLOAT_VEC4); in render() local
862 deUint32 flatShaderID = context.createProgram(&flatShader); in render()
944 flatShader.setColor(context, flatShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
1120 FlatColorShader flatShader (fboOutputType); in render() local
1123 deUint32 flatShaderID = context.createProgram(&flatShader); in render()
1146 …flatShader.setColor (context, flatShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f) * fboOutScale + fboOutB… in render()
1276 FlatColorShader flatShader (fboOutputType); in render() local
1279 deUint32 flatShaderID = ctx.createProgram(&flatShader); in render()
1298 flatShader.setColor (ctx, flatShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f) * fboOutScale + fboOutBias); in render()