Lines Matching refs:GL_ZERO
114 glStencilOp(-1, GL_ZERO, GL_REPLACE);
118 glStencilOp(GL_KEEP, GL_ZERO, -1);
125 glStencilOpSeparate(-1, GL_KEEP, GL_ZERO, GL_REPLACE);
130 glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE);
134 glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1);
180 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
182 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
184 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
254 glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
256 glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
258 glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);