OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetcoords
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c
660
float4_array
targetcoords
=
local
708
targetcoords
[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
709
rotMatrix01) /
targetcoords
[i][3];
710
targetcoords
[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
711
rotMatrix11) /
targetcoords
[i][3];
/external/mesa3d/src/mesa/swrast/
s_texcombine.c
652
float4_array
targetcoords
=
local
700
targetcoords
[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
701
rotMatrix01) /
targetcoords
[i][3];
702
targetcoords
[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
703
rotMatrix11) /
targetcoords
[i][3];
Completed in 255 milliseconds