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

  /frameworks/native/opengl/libagl/
light.cpp 40 static inline void vscale3(GLfixed* d, const GLfixed* m, GLfixed s);
141 void vscale3(GLfixed* d, const GLfixed* m, GLfixed s) { function in namespace:android
194 vscale3(d, a, n);
393 vscale3(d.v, d.v, gglSqrtRecipx(sqDist));
423 vscale3(t.v, t.v, gglPowx(spotAtt, l.spotExp));
437 vscale3(t.v, t.v, s);

Completed in 2606 milliseconds