Searched refs:surface_fill (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 144 context_drv(ctx)->surface_fill( in nouveau_clear() 160 context_drv(ctx)->surface_fill( in nouveau_clear()
|
D | nouveau_driver.h | 60 void (*surface_fill)(struct gl_context *ctx, member
|
D | nv10_context.c | 140 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h); in nv10_zclear() 500 .surface_fill = nv04_surface_fill,
|
D | nv04_context.c | 207 .surface_fill = nv04_surface_fill,
|
D | nv20_context.c | 508 .surface_fill = nv04_surface_fill,
|
/third_party/python/Lib/distutils/tests/ |
D | Setup.sample | 54 surface src/surface.c src/alphablit.c src/surface_fill.c $(SDL) $(DEBUG)
|