OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dot3
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
matrix.h
346
GLfixed
dot3
(const GLfixed* a, const GLfixed* b)
function in namespace:android
light.cpp
385
sqDist =
dot3
(d.v, d.v);
393
s =
dot3
(n.v, d.v);
404
s =
dot3
(n.v, h.v);
414
GLfixed spotAtt = -
dot3
(l.normalizedSpotDir.v, d.v);
/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 52 milliseconds