Searched refs:glBlendFunc (Results 1 - 25 of 97) sorted by relevance
1234
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | antialias.c | 204 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 D | front-back-modes.c | 57 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 58 glBlendFunc(GL_ONE, GL_ONE);
|
| H A D | bug_3101.c | 57 glBlendFunc( GL_ONE, GL_ZERO );
|
| H A D | blendxor.c | 70 glBlendFunc(GL_ONE, GL_ONE);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | aargb.c | 66 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | alpha.c | 54 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | anti.c | 64 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | aapoly.c | 55 glBlendFunc (GL_SRC_ALPHA_SATURATE, GL_ONE);
|
| H A D | pointp.c | 97 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | alpha3D.c | 107 glBlendFunc (GL_SRC_ALPHA, GL_ONE);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | pgon-mode.c | 116 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | tri-blend-max.c | 55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | tri-blend-min.c | 55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | tri-blend-revsub.c | 55 glBlendFunc (GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA);
|
| H A D | tri-blend-sub.c | 55 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | tri-blend.c | 53 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | point-wide-smooth.c | 80 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | tri-blend-color.c | 79 glBlendFunc(GL_CONSTANT_COLOR, GL_SRC_COLOR);
|
| H A D | tri-fog.c | 52 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | line-smooth.c | 105 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| H A D | point-param.c | 86 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | paltex.c | 173 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 D | tri.c | 191 glBlendFunc(GL_SRC_ALPHA, GL_ONE); 313 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 329 glBlendFunc(GL_ONE, GL_ZERO);
|
| H A D | line.c | 61 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/ |
| H A D | ABI-check | 32 glBlendFunc
|
Completed in 25 milliseconds
1234