Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.h82 _mesa_AlphaFunc( GLenum func, GLclampf ref );
Des1_conversion.c35 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f)); in _mesa_AlphaFuncx()
Dblend.c672 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc() function
Dattrib.c1015 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped); in _mesa_PopAttrib()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c839 _mesa_AlphaFunc(save->AlphaFunc, save->AlphaRef); in _mesa_meta_end()
2455 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg)); in _mesa_meta_Bitmap()
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c1130 SET_AlphaFunc(exec, _mesa_AlphaFunc); in _mesa_initialize_exec_table()