OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_equation_rgb
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
30
GLenum
blend_equation_rgb
;
variable
context_state_impl_autogen.h
30
blend_equation_rgb
= GL_FUNC_ADD;
101
glBlendEquationSeparate(
blend_equation_rgb
, blend_equation_alpha);
180
params[0] = static_cast<GLint>(
blend_equation_rgb
);
504
params[0] = static_cast<GLfloat>(
blend_equation_rgb
);
gles2_cmd_decoder_autogen.h
102
if (state_.
blend_equation_rgb
!= mode ||
104
state_.
blend_equation_rgb
= mode;
125
if (state_.
blend_equation_rgb
!= modeRGB ||
127
state_.
blend_equation_rgb
= modeRGB;
[
all
...]
Completed in 60 milliseconds