OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dot4
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
matrix.h
339
GLfixed
dot4
(const GLfixed* a, const GLfixed* b)
function in namespace:android
primitives.cpp
902
GLfixed sd =
dot4
(equation.v, s->eye.v);
906
const GLfixed pd =
dot4
(equation.v, p->eye.v);
[
all
...]
vertex.cpp
124
GLfixed d =
dot4
(c->clipPlanes.plane[i].equation.v, v->eye.v);
Completed in 14 milliseconds