Searched defs:dot3 (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | matrix.h | 346 GLfixed dot3(const GLfixed* a, const GLfixed* b) function in namespace:android
|
/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 313 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { function in namespace:android 318 return dot3(pPlane[0], pPlane[1], pPlane[2], x, y, z) + pPlane[3];
|
Completed in 67 milliseconds