HomeSort by relevance Sort by last modified time
    Searched refs:blend_source_rgb (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 32 GLenum blend_source_rgb; variable
context_state_impl_autogen.h 32 blend_source_rgb = GL_ONE;
103 blend_source_rgb, blend_dest_rgb, blend_source_alpha, blend_dest_alpha);
192 params[0] = static_cast<GLint>(blend_source_rgb);
516 params[0] = static_cast<GLfloat>(blend_source_rgb);
gles2_cmd_decoder_autogen.h 146 if (state_.blend_source_rgb != sfactor ||
150 state_.blend_source_rgb = sfactor;
183 if (state_.blend_source_rgb != srcRGB ||
187 state_.blend_source_rgb = srcRGB;
    [all...]

Completed in 370 milliseconds