Lines Matching refs:GL_ONE
169 glBlendFunc(-1, GL_ONE);
171 glBlendFunc(GL_ONE, -1);
178 glBlendFuncSeparate(-1, GL_ONE, 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);
233 glBlendFunci(0, -1, GL_ONE);
235 glBlendFunci(0, GL_ONE, -1);
239 glBlendFunci(-1, GL_ONE, GL_ONE);
241 glBlendFunci(maxDrawBuffers, GL_ONE, GL_ONE);
252 glBlendFuncSeparatei(0, -1, GL_ONE, 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);
262 glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
264 glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);