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

  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
sglrReferenceUtils.cpp 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
es2fRandomFragmentOpTests.cpp 90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
es3fRandomFragmentOpTests.cpp 90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 82 using sglr::rr_util::mapGLBlendEquation;
598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>());
610 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb);
611 fragOps.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha);
    [all...]

Completed in 283 milliseconds