HomeSort by relevance Sort by last modified time
    Searched defs:paintModes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_masks.c 114 VGbitfield paintModes,
123 if (!paintModes || (paintModes&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
139 mask_render_to(handle_to_path(path), paintModes, operation);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_masks.c 114 VGbitfield paintModes,
123 if (!paintModes || (paintModes&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
139 mask_render_to(handle_to_path(path), paintModes, operation);

Completed in 600 milliseconds