HomeSort by relevance Sort by last modified time
    Searched refs:dot4 (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libagl/
matrix.h 383 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 69 milliseconds