Searched defs:rotMatrix10 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c670 GLfloat rotMatrix10 = ctx->Texture.Unit[unit].RotMatrix[2]; local
710 targetcoords[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c662 GLfloat rotMatrix10 = ctx->Texture.Unit[unit].RotMatrix[2]; local
702 targetcoords[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *

Completed in 135 milliseconds