Searched refs:get_scissors (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_fb.c | 104 get_scissors(ctx->DrawBuffer, &x, &y, &w, &h); in nv04_emit_scissor()
|
D | nouveau_driver.c | 103 get_scissors(fb, &x, &y, &w, &h); in nouveau_clear()
|
D | nouveau_util.h | 130 get_scissors(struct gl_framebuffer *fb, int *x, int *y, int *w, int *h) in get_scissors() function
|
D | nv10_state_fb.c | 168 get_scissors(ctx->DrawBuffer, &x, &y, &w, &h); in nv10_emit_scissor()
|
D | nv10_context.c | 108 get_scissors(fb, &x, &y, &w, &h); in nv10_zclear()
|