Searched defs: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/rs/
H A DrsProgram.cpp215 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { argument
216 Program *p = static_cast<Program *>(vp);
/frameworks/av/cmds/screenrecord/
H A DProgram.cpp246 GLint vp[4]; local
247 glGetIntegerv(GL_VIEWPORT, vp);
249 2.0f/float(vp[2]), 0.0f, 0.0f, 0.0f,
250 0.0f, -2.0f/float(vp[3]), 0.0f, 0.0f,
/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.cpp957 const GLubyte* vp = c->arrays.vertex.element(first); local
960 c->arrays.vertex.fetch(c, v->obj.v, vp);
968 const GLubyte* vp = c->arrays.vertex.element( local
977 c->arrays.vertex.fetch(c, v->obj.v, vp);
980 vp += stride;
989 const GLfixed* vp = (const GLfixed*)c->arrays.vertex.element(first);
997 const GLfixed rx = vp[0];
998 const GLfixed ry = vp[1];
999 const GLfixed rz = vp[2];
1000 vp
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp3315 VolumeProvider *vp = track; local
3317 fastTrack->mVolumeProvider = vp;

Completed in 193 milliseconds