Home
last modified time | relevance | path

Searched refs:GL_ONE (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dblend.c85 case GL_ONE: in gl_BlendFunc()
102 case GL_ONE: in gl_BlendFunc()
165 if (ctx->Color.BlendSrc==GL_ONE in do_blend()
166 && ctx->Color.BlendDst==GL_ONE) { in do_blend()
240 case GL_ONE: in do_blend()
301 case GL_ONE: in do_blend()
390 case GL_ONE: in do_blend()
436 case GL_ONE: in do_blend()
H A Dcontext.c612 ctx->Color.BlendSrc = GL_ONE; in initialize_context()
/reactos/modules/rosapps/applications/screensavers/butterflies/
H A Dbutterflies.c174 glBlendFunc(GL_ONE,GL_SRC_ALPHA); // Set Blending Mode (Cheap / Quick) in InitOpenGL()
/reactos/modules/rosapps/applications/screensavers/ssstars/
H A Dssstars.c284 glBlendFunc(GL_SRC_ALPHA,GL_ONE); // Set The Blending Function For Translucency in render()
/reactos/dll/directx/wine/wined3d/
H A Dati_fragment_shader.c144 case GL_ONE: return "GL_ONE"; in debug_register()
426 GL_ONE, GL_NONE, GL_NONE); in atifs_color_fixup()
428 GL_ONE, GL_NONE, GL_NONE); in atifs_color_fixup()
H A Dtexture.c846 GL_ONE, /* CHANNEL_SOURCE_ONE */
H A Dstate.c464 return GL_ONE; in gl_blend_factor()
484 return dst_format->alpha_size ? GL_DST_ALPHA : GL_ONE; in gl_blend_factor()
/reactos/sdk/include/GL/
H A Dgl.h375 #define GL_ONE 0x1 macro
/reactos/sdk/include/reactos/wine/
H A Dwgl.h2769 #define GL_ONE 1 macro