Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp779 pixel_t texels[4]; in scanline() local
781 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline()
782 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]); in scanline()
783 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline()
784 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]); in scanline()
794 texel.s[j] = texels[0].s[j]; in scanline()
797 texel.c[j] = texels[0].c[j]*mm[0] + in scanline()
798 texels[1].c[j]*mm[1] + in scanline()
799 texels[2].c[j]*mm[2] + in scanline()
800 texels[3].c[j]*mm[3] ; in scanline()