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.c621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) in i830LineWidth() argument
629 width = (int) (widthf * 2); in i830LineWidth()
Di915_state.c592 i915LineWidth(struct gl_context * ctx, GLfloat widthf) in i915LineWidth() argument
600 width = (int) (widthf * 2); in i915LineWidth()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c464 static void radeonLineWidth( struct gl_context *ctx, GLfloat widthf ) in radeonLineWidth() argument
473 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0); in radeonLineWidth()
474 if ( widthf > 1.0 ) { in radeonLineWidth()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c644 static void r200LineWidth( struct gl_context *ctx, GLfloat widthf ) in r200LineWidth() argument
656 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0); in r200LineWidth()
658 if ( widthf > 1.0 ) { in r200LineWidth()