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

  /frameworks/native/opengl/libagl/
light.cpp 392 sqDist = dot3(d.v, d.v);
400 s = dot3(n.v, d.v);
411 s = dot3(n.v, h.v);
421 GLfixed spotAtt = -dot3(l.normalizedSpotDir.v, d.v);
matrix.h 390 GLfixed dot3(const GLfixed* a, const GLfixed* b) function in namespace:android
  /frameworks/base/core/jni/android/opengl/
util.cpp 315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { function in namespace:android
320 return dot3(pPlane[0], pPlane[1], pPlane[2], x, y, z) + pPlane[3];

Completed in 156 milliseconds