Searched refs:blend_source_rgb (Results 1 – 3 of 3) sorted by relevance
43 blend_source_rgb = GL_ONE; in Initialize()160 if ((blend_source_rgb != prev_state->blend_source_rgb) || in InitState()164 glBlendFuncSeparate(blend_source_rgb, in InitState()264 blend_source_rgb, blend_dest_rgb, blend_source_alpha, blend_dest_alpha); in InitState()361 params[0] = static_cast<GLint>(blend_source_rgb); in GetStateAsGLint()686 params[0] = static_cast<GLfloat>(blend_source_rgb); in GetStateAsGLfloat()
43 GLenum blend_source_rgb; variable
156 if (state_.blend_source_rgb != sfactor || state_.blend_dest_rgb != dfactor || in HandleBlendFunc()159 state_.blend_source_rgb = sfactor; in HandleBlendFunc()193 if (state_.blend_source_rgb != srcRGB || state_.blend_dest_rgb != dstRGB || in HandleBlendFuncSeparate()196 state_.blend_source_rgb = srcRGB; in HandleBlendFuncSeparate()