Searched refs:GL_ONE (Results 1 - 25 of 84) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c47 return GL_ONE;
71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dintel_state.c123 case GL_ONE:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c44 return GL_ONE;
68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dbrw_util.c62 case GL_ONE:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c47 return GL_ONE;
71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dintel_state.c123 case GL_ONE:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c44 return GL_ONE;
68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dbrw_util.c62 case GL_ONE:
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dblendxor.c70 glBlendFunc(GL_ONE, GL_ONE);
H A Dfront-back-modes.c58 glBlendFunc(GL_ONE, GL_ONE);
H A Dbug_3101.c57 glBlendFunc( GL_ONE, GL_ZERO );
H A Dantialias.c204 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
206 glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE);
H A Drubberband.c59 glBlendFunc(GL_ONE, GL_ONE);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Daapoly.c55 glBlendFunc (GL_SRC_ALPHA_SATURATE, GL_ONE);
H A Dalpha3D.c107 glBlendFunc (GL_SRC_ALPHA, GL_ONE);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dblendeq.c179 glBlendFunc(GL_ONE, GL_ONE);
197 glBlendFunc(GL_ONE, GL_ZERO);
H A Dline.c61 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
H A Dtri.c191 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
329 glBlendFunc(GL_ONE, GL_ZERO);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_program.c443 [PictOpSrc] = {0, 0, GL_ONE, GL_ZERO},
444 [PictOpDst] = {0, 0, GL_ZERO, GL_ONE},
445 [PictOpOver] = {0, 1, GL_ONE, GL_ONE_MINUS_SRC_ALPHA},
446 [PictOpOverReverse] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ONE},
454 [PictOpAdd] = {0, 0, GL_ONE, GL_ONE},
491 src_blend = GL_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c33 * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.
65 * Special case for glBlendFunc(GL_ZERO, GL_ONE).
78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
94 * Special case for glBlendFunc(GL_ONE, GL_ZERO)
103 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
239 * Add src and dest: glBlendFunc(GL_ONE, GL_ONE).
250 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
504 case GL_ONE
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c33 * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.
65 * Special case for glBlendFunc(GL_ZERO, GL_ONE).
78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
94 * Special case for glBlendFunc(GL_ONE, GL_ZERO)
103 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
239 * Add src and dest: glBlendFunc(GL_ONE, GL_ONE).
250 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
504 case GL_ONE
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h36 case GL_ONE:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h36 case GL_ONE:
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dspectex.c228 glBlendFunc(GL_ONE, GL_ONE);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dgsraytrace.cpp677 glBlendFuncSeparate(GL_ONE, GL_SRC_ALPHA, // srcRGB, dstRGB
678 GL_ONE, GL_ONE); // arcA, dstA

Completed in 12 milliseconds

1234