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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c 95 static INLINE VGuint float4_to_argb(const VGfloat *clr) function
114 data[pos] = float4_to_argb(ramp_stops + 1);
126 VGuint current_color = float4_to_argb(ramp_stops + rcur + 1);
127 VGuint next_color = float4_to_argb(ramp_stops + rnext + 1);
135 last_color = float4_to_argb(ramp_stops + ((num - 1) * 5 + 1));
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 95 static INLINE VGuint float4_to_argb(const VGfloat *clr) function
114 data[pos] = float4_to_argb(ramp_stops + 1);
126 VGuint current_color = float4_to_argb(ramp_stops + rcur + 1);
127 VGuint next_color = float4_to_argb(ramp_stops + rnext + 1);
135 last_color = float4_to_argb(ramp_stops + ((num - 1) * 5 + 1));

Completed in 2187 milliseconds