Searched refs:glBlendFunc (Results 1 - 25 of 97) sorted by relevance

1234

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dantialias.c204 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
205 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
206 glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE);
H A Dfront-back-modes.c57 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
58 glBlendFunc(GL_ONE, GL_ONE);
H A Dbug_3101.c57 glBlendFunc( GL_ONE, GL_ZERO );
H A Dblendxor.c70 glBlendFunc(GL_ONE, GL_ONE);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Daargb.c66 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dalpha.c54 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Danti.c64 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Daapoly.c55 glBlendFunc (GL_SRC_ALPHA_SATURATE, GL_ONE);
H A Dpointp.c97 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dalpha3D.c107 glBlendFunc (GL_SRC_ALPHA, GL_ONE);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dpgon-mode.c116 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtri-blend-max.c55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtri-blend-min.c55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtri-blend-revsub.c55 glBlendFunc (GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA);
H A Dtri-blend-sub.c55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtri-blend.c53 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dpoint-wide-smooth.c80 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtri-blend-color.c79 glBlendFunc(GL_CONSTANT_COLOR, GL_SRC_COLOR);
H A Dtri-fog.c52 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dline-smooth.c105 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dpoint-param.c86 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpaltex.c173 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
245 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtri.c191 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
313 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
329 glBlendFunc(GL_ONE, GL_ZERO);
H A Dline.c61 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
H A DABI-check32 glBlendFunc

Completed in 25 milliseconds

1234