Searched refs:RotMatrix (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexenv.c839 if (TEST_EQ_4V(param, texUnit->RotMatrix))
842 COPY_4FV(texUnit->RotMatrix, param);
880 param[0] = FLOAT_TO_INT(texUnit->RotMatrix[0]);
881 param[1] = FLOAT_TO_INT(texUnit->RotMatrix[1]);
882 param[2] = FLOAT_TO_INT(texUnit->RotMatrix[2]);
883 param[3] = FLOAT_TO_INT(texUnit->RotMatrix[3]);
930 param[0] = texUnit->RotMatrix[0];
931 param[1] = texUnit->RotMatrix[1];
932 param[2] = texUnit->RotMatrix[2];
933 param[3] = texUnit->RotMatrix[
[all...]
H A Dtexstate.c96 COPY_4V(dst->Texture.Unit[u].RotMatrix, src->Texture.Unit[u].RotMatrix);
782 ASSIGN_4V( texUnit->RotMatrix, 1.0, 0.0, 0.0, 1.0 );
H A Dmtypes.h1402 GLfloat RotMatrix[4]; /* 2x2 matrix */ member in struct:gl_texture_unit
/external/mesa3d/src/mesa/main/
H A Dtexenv.c839 if (TEST_EQ_4V(param, texUnit->RotMatrix))
842 COPY_4FV(texUnit->RotMatrix, param);
880 param[0] = FLOAT_TO_INT(texUnit->RotMatrix[0]);
881 param[1] = FLOAT_TO_INT(texUnit->RotMatrix[1]);
882 param[2] = FLOAT_TO_INT(texUnit->RotMatrix[2]);
883 param[3] = FLOAT_TO_INT(texUnit->RotMatrix[3]);
930 param[0] = texUnit->RotMatrix[0];
931 param[1] = texUnit->RotMatrix[1];
932 param[2] = texUnit->RotMatrix[2];
933 param[3] = texUnit->RotMatrix[
[all...]
H A Dtexstate.c96 COPY_4V(dst->Texture.Unit[u].RotMatrix, src->Texture.Unit[u].RotMatrix);
782 ASSIGN_4V( texUnit->RotMatrix, 1.0, 0.0, 0.0, 1.0 );
H A Dmtypes.h1402 GLfloat RotMatrix[4]; /* 2x2 matrix */ member in struct:gl_texture_unit
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c668 GLfloat rotMatrix00 = ctx->Texture.Unit[unit].RotMatrix[0];
669 GLfloat rotMatrix01 = ctx->Texture.Unit[unit].RotMatrix[1];
670 GLfloat rotMatrix10 = ctx->Texture.Unit[unit].RotMatrix[2];
671 GLfloat rotMatrix11 = ctx->Texture.Unit[unit].RotMatrix[3];
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c660 GLfloat rotMatrix00 = ctx->Texture.Unit[unit].RotMatrix[0];
661 GLfloat rotMatrix01 = ctx->Texture.Unit[unit].RotMatrix[1];
662 GLfloat rotMatrix10 = ctx->Texture.Unit[unit].RotMatrix[2];
663 GLfloat rotMatrix11 = ctx->Texture.Unit[unit].RotMatrix[3];
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;

Completed in 162 milliseconds