Searched refs:vscale3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | light.cpp | 40 static inline void vscale3(GLfixed* d, const GLfixed* m, GLfixed s); 141 void vscale3(GLfixed* d, const GLfixed* m, GLfixed s) { in vscale3() function 194 vscale3(d, a, n); in vnorm3() 393 vscale3(d.v, d.v, gglSqrtRecipx(sqDist)); in lightVertex() 423 vscale3(t.v, t.v, gglPowx(spotAtt, l.spotExp)); in lightVertex() 437 vscale3(t.v, t.v, s); in lightVertex()
|