Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_masks.c57 mask_fill(x, y, width, height, 0.f); in vegaMask()
59 mask_fill(x, y, width, height, 1.f); in vegaMask()
Dmask.h61 void mask_fill(VGint x, VGint y,
Dvg_context.c317 mask_fill(0, 0, width, height, 1.f); in vg_context_update_surface_mask_view()
Dmask.c498 void mask_fill(VGint x, VGint y, VGint width, VGint height, in mask_fill() function