Searched defs:nv (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1026 static void clipVec4(vec4_t& nv, argument
1030 nv.v[i] = gglMulAddx(t, s.v[i] - p.v[i], p.v[i], 28);
1033 static void clipVertex(ogles_context_t* c, vertex_t* nv, argument
1036 clipVec4(nv->clip, t, s->clip, p->clip);
1037 nv->fog = gglMulAddx(t, s->fog - p->fog, p->fog, 28);
1038 ogles_vertex_project(c, nv);
1039 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
1040 nv->flags &= ~vertex_t::CLIP_ALL;
1043 static void clipVertexC(ogles_context_t* c, vertex_t* nv, argument
1046 clipVec4(nv
1050 clipVertexT(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
1060 clipVertexAll(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
1067 clipEye(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
[all...]

Completed in 108 milliseconds