Searched refs:texSet (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drastpos.c747 GLuint texSet; local in function:window_pos3f
748 for (texSet = 0; texSet < ctx->Const.MaxTextureCoordUnits; texSet++) {
749 assert(texSet < ARRAY_SIZE(ctx->Current.RasterTexCoords));
750 COPY_4FV( ctx->Current.RasterTexCoords[texSet],
751 ctx->Current.Attrib[VERT_ATTRIB_TEX0 + texSet] );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Drastpos.c753 GLuint texSet; local in function:window_pos3f
754 for (texSet = 0; texSet < ctx->Const.MaxTextureCoordUnits; texSet++) {
755 assert(texSet < ARRAY_SIZE(ctx->Current.RasterTexCoords));
756 COPY_4FV( ctx->Current.RasterTexCoords[texSet],
757 ctx->Current.Attrib[VERT_ATTRIB_TEX0 + texSet] );

Completed in 10 milliseconds