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

/system/core/libpixelflinger/
H A Draster.cpp180 int32_t texcoords[8]; local
200 texcoords[0] = s0;
201 texcoords[1] = dsdx;
202 texcoords[2] = 0;
203 texcoords[3] = t0;
204 texcoords[4] = 0;
205 texcoords[5] = dtdy;
206 texcoords[6] = 0;
207 texcoords[7] = 0;
208 c->procs.texCoordGradScale8xv(c, tmu, texcoords);
[all...]

Completed in 23 milliseconds