Searched defs:vp (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp61 float *up, *vp, *wp; local
80 vp = (float *)v;
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
83 *wp = *up+t*(*vp-*up);
/frameworks/rs/
H A DrsProgram.cpp212 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { argument
213 Program *p = static_cast<Program *>(vp);
H A DrsApiStubs.cpp853 extern "C" void rsProgramBindConstants (RsContext ctxWrapper, RsProgram vp, uint32_t slot, RsAllocation constants) argument
855 RS_DISPATCH(ctxWrapper, ProgramBindConstants, vp, slot, constants);
/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.cpp4172 VolumeProvider *vp = track; local
4174 fastTrack->mVolumeProvider = vp;

Completed in 501 milliseconds