Home
last modified time | relevance | path

Searched refs:blend_source_rgb (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h43 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()
Dcontext_state_autogen.h43 GLenum blend_source_rgb; variable
Dgles2_cmd_decoder_autogen.h156 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()