Searched refs:vscale3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dlight.cpp40 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 40 milliseconds