Lines Matching refs:GL_ZERO
1344 const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_INCR_WRAP, GL_DECR_WRAP};
1709 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR,
1733 glBlendFunc(func, GL_ZERO);
1738 glBlendFunc(GL_ZERO, func);
1765 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO);
1769 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO);
1773 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO);
1777 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func);
2955 { "blend_dst_rgb", "BLEND_DST_RGB", GL_BLEND_DST_RGB, GL_ZERO },
2956 { "blend_dst_alpha", "BLEND_DST_ALPHA", GL_BLEND_DST_ALPHA, GL_ZERO }