Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dviewport.c64 set_viewport_no_notify(struct gl_context *ctx, unsigned idx, in set_viewport_no_notify() function
113 set_viewport_no_notify(ctx, i, input.X, input.Y, input.Width, input.Height); in viewport()
166 set_viewport_no_notify(ctx, idx, x, y, width, height); in _mesa_set_viewport()
180 set_viewport_no_notify(ctx, i + first, inputs[i].X, inputs[i].Y, in viewport_array()