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

/frameworks/native/opengl/libagl/
H A Darray.cpp1030 static void clipVec4(vec4_t& nv, argument
1034 nv.v[i] = gglMulAddx(t, s.v[i] - p.v[i], p.v[i], 28);
1037 static void clipVertex(ogles_context_t* c, vertex_t* nv, argument
1040 clipVec4(nv->clip, t, s->clip, p->clip);
1041 nv->fog = gglMulAddx(t, s->fog - p->fog, p->fog, 28);
1042 ogles_vertex_project(c, nv);
1043 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
1044 nv->flags &= ~vertex_t::CLIP_ALL;
1047 static void clipVertexC(ogles_context_t* c, vertex_t* nv, argument
1050 clipVec4(nv
1054 clipVertexT(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
1064 clipVertexAll(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
1071 clipEye(ogles_context_t* c, vertex_t* nv, GLfixed t, const vertex_t* s, const vertex_t* p) argument
[all...]

Completed in 19 milliseconds