HomeSort by relevance Sort by last modified time
    Searched refs:mask_fill (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.h 61 void mask_fill(VGint x, VGint y,
api_masks.c 57 mask_fill(x, y, width, height, 0.f);
59 mask_fill(x, y, width, height, 1.f);
mask.c 498 void mask_fill(VGint x, VGint y, VGint width, VGint height, function
505 debug_printf("mask_fill(%d, %d, %d, %d) with rgba(%f, %f, %f, %f)\n",
vg_context.c 317 mask_fill(0, 0, width, height, 1.f);
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.h 61 void mask_fill(VGint x, VGint y,
api_masks.c 57 mask_fill(x, y, width, height, 0.f);
59 mask_fill(x, y, width, height, 1.f);
mask.c 498 void mask_fill(VGint x, VGint y, VGint width, VGint height, function
505 debug_printf("mask_fill(%d, %d, %d, %d) with rgba(%f, %f, %f, %f)\n",
vg_context.c 317 mask_fill(0, 0, width, height, 1.f);

Completed in 27 milliseconds