Home
last modified time | relevance | path

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

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