Searched defs:vp (Results 1 - 5 of 5) 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.cpp213 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { argument
214 Program *p = static_cast<Program *>(vp);
/frameworks/native/cmds/flatland/
H A DComposers.cpp56 GLint vp[4]; local
57 glGetIntegerv(GL_VIEWPORT, vp);
59 2.0f/float(vp[2]), 0.0f, 0.0f, 0.0f,
60 0.0f, -2.0f/float(vp[3]), 0.0f, 0.0f,
/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 DThreads.cpp2973 VolumeProvider *vp = track; local
2975 fastTrack->mVolumeProvider = vp;

Completed in 155 milliseconds