Searched refs:texcoords (Results 1 - 2 of 2) 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...]
/frameworks/rs/script_api/
H A Drs_graphics.spec761 vertex data, e.g. positions, normals, texcoords

Completed in 608 milliseconds