/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 122 if (dot4(clipvertex, plane[plane_idx]) < 0)
|
draw_pt_post_vs.c | 64 dot4(const float *a, const float *b) function
|
draw_pipe_clip.c | 262 dot4(const float *a, const float *b) function 289 dp = dot4(vert->clip, plane);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 122 if (dot4(clipvertex, plane[plane_idx]) < 0)
|
draw_pt_post_vs.c | 64 dot4(const float *a, const float *b) function
|
draw_pipe_clip.c | 262 dot4(const float *a, const float *b) function 289 dp = dot4(vert->clip, plane);
|
/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);
|