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

  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 363 GLenum glValue;
417 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
422 "Equations " + getBlendEquationName(eq.glValue) +
423 ", src funcs " + getBlendFactorName(src.glValue) +
424 ", dst funcs " + getBlendFactorName(dst.glValue);
426 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX)
430 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 306 GLenum glValue;
352 if (dst.glValue == GL_SRC_ALPHA_SATURATE) // SRC_ALPHA_SATURATE is only valid for src func.
357 "Equations " + getBlendEquationName(eq.glValue) +
358 ", src funcs " + getBlendFactorName(src.glValue) +
359 ", dst funcs " + getBlendFactorName(dst.glValue);
362 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor))
    [all...]

Completed in 47 milliseconds