Searched defs:dot3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.h390 GLfixed dot3(const GLfixed* a, const GLfixed* b) function in namespace:android
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp315 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 106 milliseconds