Searched refs:clamp_viewport (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | viewport.c | 39 clamp_viewport(struct gl_context *ctx, GLfloat *x, GLfloat *y, function in typeref:typename:void 99 clamp_viewport(ctx, &input.X, &input.Y, &input.Width, &input.Height); 165 clamp_viewport(ctx, &x, &y, &width, &height); 177 clamp_viewport(ctx, &inputs[i].X, &inputs[i].Y,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | viewport.c | 39 clamp_viewport(struct gl_context *ctx, GLfloat *x, GLfloat *y, function in typeref:typename:void 100 clamp_viewport(ctx, &input.X, &input.Y, &input.Width, &input.Height); 166 clamp_viewport(ctx, &x, &y, &width, &height); 178 clamp_viewport(ctx, &inputs[i].X, &inputs[i].Y,
|
Completed in 4 milliseconds