Searched refs:_mesa_AlphaFunc (Results 1 – 6 of 6) sorted by relevance
104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
35 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f)); in _mesa_AlphaFuncx()
816 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc() function
1015 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped); in _mesa_PopAttrib()
858 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); in _mesa_meta_end()2467 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg)); in _mesa_meta_Bitmap()
1506 SET_AlphaFunc(exec, _mesa_AlphaFunc); in _mesa_initialize_exec_table()