Searched refs:blend_general_float (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c471 blend_general_float(struct gl_context *ctx, GLuint n, const GLubyte mask[], function in typeref:typename:void
565 _mesa_problem(ctx, "Bad blend source RGB factor in blend_general_float");
619 _mesa_problem(ctx, "Bad blend source A factor in blend_general_float");
682 _mesa_problem(ctx, "Bad blend dest RGB factor in blend_general_float");
733 _mesa_problem(ctx, "Bad blend dest A factor in blend_general_float");
848 blend_general_float(ctx, n, mask, rgbaF, destF, chanType);
873 blend_general_float(ctx, n, mask, rgbaF, destF, chanType);
885 blend_general_float(ctx, n, mask, (GLfloat (*)[4]) src,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c471 blend_general_float(struct gl_context *ctx, GLuint n, const GLubyte mask[], function in typeref:typename:void
565 _mesa_problem(ctx, "Bad blend source RGB factor in blend_general_float");
619 _mesa_problem(ctx, "Bad blend source A factor in blend_general_float");
682 _mesa_problem(ctx, "Bad blend dest RGB factor in blend_general_float");
733 _mesa_problem(ctx, "Bad blend dest A factor in blend_general_float");
848 blend_general_float(ctx, n, mask, rgbaF, destF, chanType);
873 blend_general_float(ctx, n, mask, rgbaF, destF, chanType);
885 blend_general_float(ctx, n, mask, (GLfloat (*)[4]) src,

Completed in 6 milliseconds