Searched refs:widthf (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) argument
629 width = (int) (widthf * 2);
H A Di915_state.c592 i915LineWidth(struct gl_context * ctx, GLfloat widthf) argument
600 width = (int) (widthf * 2);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) argument
629 width = (int) (widthf * 2);
H A Di915_state.c592 i915LineWidth(struct gl_context * ctx, GLfloat widthf) argument
600 width = (int) (widthf * 2);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c644 static void r200LineWidth( struct gl_context *ctx, GLfloat widthf ) argument
656 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0);
658 if ( widthf > 1.0 ) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c463 static void radeonLineWidth( struct gl_context *ctx, GLfloat widthf ) argument
472 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0);
473 if ( widthf > 1.0 ) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c643 static void r200LineWidth( struct gl_context *ctx, GLfloat widthf ) argument
655 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0);
657 if ( widthf > 1.0 ) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c462 static void radeonLineWidth( struct gl_context *ctx, GLfloat widthf ) argument
471 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0);
472 if ( widthf > 1.0 ) {

Completed in 132 milliseconds