Home
last modified time | relevance | path

Searched refs:texcoords (Results 1 – 1 of 1) sorted by relevance

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