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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 243 enum shift_result { enum
250 static enum shift_result good_offset(const struct bezier *b1,
330 static enum shift_result shift(const struct bezier *orig,
540 enum shift_result res;
567 enum shift_result res = shift(b, o, normal_len, threshold);
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 243 enum shift_result { enum
250 static enum shift_result good_offset(const struct bezier *b1,
330 static enum shift_result shift(const struct bezier *orig,
540 enum shift_result res;
567 enum shift_result res = shift(b, o, normal_len, threshold);

Completed in 288 milliseconds