Searched defs:vp (Results 1 - 4 of 4) 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/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);
/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.cpp3061 VolumeProvider *vp = track; local
3063 fastTrack->mVolumeProvider = vp;

Completed in 491 milliseconds