Home
last modified time | relevance | path

Searched refs:BLENDFUNC_ONE_MINUS_DST_ALPHA (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp160 BLENDFUNC_ONE_MINUS_DST_ALPHA, enumerator
DrrFragmentOperations.cpp334 …case BLENDFUNC_ONE_MINUS_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - dst.w(… in executeBlendFactorComputeRGB()
385 …case BLENDFUNC_ONE_MINUS_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - dst.w()) … in executeBlendFactorComputeA()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()