Home
last modified time | relevance | path

Searched refs:_mesa_AlphaFunc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.h104 _mesa_AlphaFunc( GLenum func, GLclampf ref );
Des1_conversion.c34 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f)); in _mesa_AlphaFuncx()
Dblend.c819 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc() function
Dattrib.c1069 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped); in _mesa_PopAttrib()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c875 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); in _mesa_meta_end()
2445 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg)); in _mesa_meta_Bitmap()