Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp163 BLENDFUNC_CONSTANT_ALPHA, enumerator
DrrFragmentOperations.cpp337 …case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(blendColor.w())) … in executeBlendFactorComputeRGB()
388 …case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) brea… in executeBlendFactorComputeA()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp307 case GL_CONSTANT_ALPHA: return rr::BLENDFUNC_CONSTANT_ALPHA; in mapGLBlendFunc()