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

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp163 BLENDFUNC_CONSTANT_ALPHA, enumerator in enum:rr::BlendFunc
H A DrrFragmentOperations.cpp337 case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(blendColor.w())) break; \
388 case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) break; \
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp307 case GL_CONSTANT_ALPHA: return rr::BLENDFUNC_CONSTANT_ALPHA;

Completed in 21 milliseconds