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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp706 int32_t texcoords[8]; local
729 texcoords[0] = s0;
730 texcoords[1] = dsdx;
731 texcoords[2] = 0;
732 texcoords[3] = t0;
733 texcoords[4] = 0;
734 texcoords[5] = dtdy;
735 texcoords[6] = 0;
736 texcoords[7] = 0;
737 c->rasterizer.procs.texCoordGradScale8xv(c, i, texcoords);
[all...]

Completed in 57 milliseconds