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

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

Completed in 190 milliseconds