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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_params.c 54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) function
268 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
395 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_params.c 54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) function
268 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
395 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
    [all...]

Completed in 4290 milliseconds