Home
last modified time | relevance | path

Searched refs:widthf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c622 i830LineWidth(struct gl_context * ctx, GLfloat widthf) in i830LineWidth() argument
630 width = (int) (widthf * 2); in i830LineWidth()
Di915_state.c602 i915LineWidth(struct gl_context * ctx, GLfloat widthf) in i915LineWidth() argument
610 width = (int) (widthf * 2); in i915LineWidth()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c461 static void radeonLineWidth( struct gl_context *ctx, GLfloat widthf ) in radeonLineWidth() argument
470 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0); in radeonLineWidth()
471 if ( widthf > 1.0 ) { in radeonLineWidth()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c641 static void r200LineWidth( struct gl_context *ctx, GLfloat widthf ) in r200LineWidth() argument
653 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0); in r200LineWidth()
655 if ( widthf > 1.0 ) { in r200LineWidth()