Searched refs:D3DRS_BLENDOP (Results 1 – 7 of 7) sorted by relevance
129 g_pd3dDevice->SetRenderState(D3DRS_BLENDOP, D3DBLENDOP_ADD); in ImGui_ImplDX9_RenderDrawData()
731 device->SetRenderState(D3DRS_BLENDOP, gl_d3d9::ConvertBlendOp(blendState.blendEquationRGB)); in setBlendFuncsEquations()799 device->SetRenderState(D3DRS_BLENDOP, D3DBLENDOP_ADD); in setColorMask()
732 device->SetRenderState(D3DRS_BLENDOP, gl_d3d9::ConvertBlendOp(blendState.blendEquationRGB)); in setBlendFuncsEquations()800 device->SetRenderState(D3DRS_BLENDOP, D3DBLENDOP_ADD); in setColorMask()
174 blend.rt[0].rgb_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOP]); in nine_convert_blend_state()
2748 [D3DRS_BLENDOP] = D3DBLENDOP_ADD,3515 [D3DRS_BLENDOP] = NINE_STATE_BLEND,
97 bd->pd3dDevice->SetRenderState(D3DRS_BLENDOP, D3DBLENDOP_ADD); in ImGui_ImplDX9_SetupRenderState()
816 D3DRS_BLENDOP = 171, enumerator