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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp699 int32_t texcoords[8]; local
722 texcoords[0] = s0;
723 texcoords[1] = dsdx;
724 texcoords[2] = 0;
725 texcoords[3] = t0;
726 texcoords[4] = 0;
727 texcoords[5] = dtdy;
728 texcoords[6] = 0;
729 texcoords[7] = 0;
730 c->rasterizer.procs.texCoordGradScale8xv(c, i, texcoords);
[all...]

Completed in 1048 milliseconds