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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 95 lerp_rgba(GLfloat result[4], GLfloat t, const GLfloat a[4], const GLfloat b[4]) function
909 lerp_rgba(rgba, a, t0, t1);
965 lerp_rgba(rgba[i], f, t0, t1);
991 lerp_rgba(rgba[i], f, t0, t1);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 95 lerp_rgba(GLfloat result[4], GLfloat t, const GLfloat a[4], const GLfloat b[4]) function
909 lerp_rgba(rgba, a, t0, t1);
965 lerp_rgba(rgba[i], f, t0, t1);
991 lerp_rgba(rgba[i], f, t0, t1);
    [all...]

Completed in 291 milliseconds