Searched refs:_mesa_AlphaFunc (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.h | 104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
|
| H A D | blend.c | 818 _mesa_AlphaFunc( GLenum func, GLclampf ref ) function in typeref:typename:void GLAPIENTRY
|
| H A D | es1_conversion.c | 35 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f));
|
| H A D | attrib.c | 1067 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.h | 104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
|
| H A D | blend.c | 849 _mesa_AlphaFunc( GLenum func, GLclampf ref ) function in typeref:typename:void GLAPIENTRY
|
| H A D | es1_conversion.c | 34 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 863 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); 2480 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 876 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); 2447 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg));
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | api_exec.c | 1524 SET_AlphaFunc(exec, _mesa_AlphaFunc);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | api_exec.c | 1537 SET_AlphaFunc(exec, _mesa_AlphaFunc);
|
Completed in 34 milliseconds