Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dviewport.c39 clamp_viewport(struct gl_context *ctx, GLfloat *x, GLfloat *y, in clamp_viewport() function
99 clamp_viewport(ctx, &input.X, &input.Y, &input.Width, &input.Height); in viewport()
165 clamp_viewport(ctx, &x, &y, &width, &height); in _mesa_set_viewport()
177 clamp_viewport(ctx, &inputs[i].X, &inputs[i].Y, in viewport_array()