Searched refs:BLENDFUNC_DST_ALPHA (Results 1 – 3 of 3) sorted by relevance
159 BLENDFUNC_DST_ALPHA, enumerator
333 …case BLENDFUNC_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(dst.w())) break… in executeBlendFactorComputeRGB()384 case BLENDFUNC_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.w()) break; \ in executeBlendFactorComputeA()
303 case GL_DST_ALPHA: return rr::BLENDFUNC_DST_ALPHA; in mapGLBlendFunc()