Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dmatrix.h390 GLfixed dot3(const GLfixed* a, const GLfixed* b) in dot3() function
/frameworks/base/core/jni/android/opengl/
Dutil.cpp410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3() function