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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java287 Bean nv = new Bean(getContext(), null);
288 addView(nv, wrap);
289 nv.z = ((float)i/NUM_BEANS);
290 nv.z *= nv.z;
291 nv.reset();
292 nv.x = (randfrange(0, boardWidth));
293 nv.y = (randfrange(0, boardHeight));
313 Bean nv = (Bean) v;
314 nv
[all...]
/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...]
H A Dcontext.h216 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
218 void (*clipEye)(ogles_context_t* c, vertex_t* nv,

Completed in 415 milliseconds