HomeSort by relevance Sort by last modified time
    Searched full:s_equations (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles31/functional/
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...]

Completed in 143 milliseconds