Searched refs:widthf (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) argument 629 width = (int) (widthf * 2);
|
| H A D | i915_state.c | 592 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 D | i830_state.c | 621 i830LineWidth(struct gl_context * ctx, GLfloat widthf) argument 629 width = (int) (widthf * 2);
|
| H A D | i915_state.c | 592 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 D | r200_state.c | 644 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 D | radeon_state.c | 463 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 D | r200_state.c | 643 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 D | radeon_state.c | 462 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