Searched refs:_mesa_AlphaFunc (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblend.h104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
H A Dblend.c818 _mesa_AlphaFunc( GLenum func, GLclampf ref ) function in typeref:typename:void GLAPIENTRY
H A Des1_conversion.c35 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f));
H A Dattrib.c1067 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblend.h104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
H A Dblend.c849 _mesa_AlphaFunc( GLenum func, GLclampf ref ) function in typeref:typename:void GLAPIENTRY
H A Des1_conversion.c34 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c863 _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 Dmeta.c876 _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 Dapi_exec.c1524 SET_AlphaFunc(exec, _mesa_AlphaFunc);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dapi_exec.c1537 SET_AlphaFunc(exec, _mesa_AlphaFunc);

Completed in 34 milliseconds