es31fNegativeAdvancedBlendEquationTests.cpp | 62 static const BlendEquation s_equations[] = member in namespace:deqp::gles31::Functional::NegativeTestShared::__anon11147 179 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_equations); ++ndx) 181 glu::ShaderProgram program(ctx.getRenderContext(), generateProgramSources(ctx, s_equations[ndx])); 189 for (int ndx2 = 0; ndx2 < DE_LENGTH_OF_ARRAY(s_equations); ++ndx2) 191 if (s_equations[ndx] == s_equations[ndx2]) 195 ctx.glBlendEquation(getEquation(s_equations[ndx2])); 228 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_equations); ++ndx) 230 glu::ShaderProgram program(ctx.getRenderContext(), generateProgramSources(ctx, s_equations[ndx])); 238 ctx.glBlendEquation(getEquation(s_equations[ndx])) [all...] |