Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_ZERO

1044 		const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_INCR_WRAP, GL_DECR_WRAP};
1371 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR,
1400 glBlendFunc(func, GL_ZERO);
1405 glBlendFunc(GL_ZERO, func);
1432 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO);
1436 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO);
1440 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO);
1444 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func);
2150 { "blend_dst_rgb", "BLEND_DST_RGB", GL_BLEND_DST_RGB, GL_ZERO },
2151 { "blend_dst_alpha", "BLEND_DST_ALPHA", GL_BLEND_DST_ALPHA, GL_ZERO }