Home | History | Annotate | Download | only in lwjgl

Lines Matching defs:glBlendFunc

354                         glBlendFunc(GL_ONE, GL_ONE);
357 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
360 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR);
363 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
366 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
369 glBlendFunc(GL_DST_COLOR, GL_ZERO);
372 glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR);