OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dot3
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
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 54 milliseconds