Searched refs:BLENDFUNC_DST_COLOR (Results 1 – 4 of 4) sorted by relevance
166 BLENDFUNC_DST_COLOR, enumerator
384 …case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.swizzle(0,1,2)) b… in executeBlendFactorComputeRGB()435 case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.w()) break; \ in executeBlendFactorComputeA()
299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
45 case VK_BLEND_FACTOR_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapVkBlendFactor()