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

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp151 BLENDFUNC_ZERO = 0, enumerator in enum:rr::BlendFunc
205 , dstFunc (BLENDFUNC_ZERO)
H A DrrFragmentOperations.cpp325 case BLENDFUNC_ZERO: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(0.0f)) break; \
376 case BLENDFUNC_ZERO: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 0.0f) break; \
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp295 case GL_ZERO: return rr::BLENDFUNC_ZERO;

Completed in 81 milliseconds