Searched refs:vp (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 float *up, *vp, *wp; local
81 vp = (float *)v;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);
/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java606 ViewParent vp = view.getParent();
607 while (vp != null && !(vp instanceof ViewRootImpl)) {
608 vp = vp.getParent();
611 if (vp == null) return null;
613 ViewRootImpl vr = (ViewRootImpl)vp;
/frameworks/rs/
H A DrsProgram.cpp202 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { argument
203 Program *p = static_cast<Program *>(vp);
H A Drs.spec372 param RsProgram vp
/frameworks/native/opengl/libagl/
H A Darray.cpp953 const GLubyte* vp = c->arrays.vertex.element(first); local
956 c->arrays.vertex.fetch(c, v->obj.v, vp);
964 const GLubyte* vp = c->arrays.vertex.element( local
973 c->arrays.vertex.fetch(c, v->obj.v, vp);
976 vp += stride;
985 const GLfixed* vp = (const GLfixed*)c->arrays.vertex.element(first);
993 const GLfixed rx = vp[0];
994 const GLfixed ry = vp[1];
995 const GLfixed rz = vp[2];
996 vp
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3021 VolumeProvider *vp = track; local
3023 fastTrack->mVolumeProvider = vp;

Completed in 192 milliseconds