Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c747 GLuint texSet; in window_pos3f() local
748 for (texSet = 0; texSet < ctx->Const.MaxTextureCoordUnits; texSet++) { in window_pos3f()
749 assert(texSet < ARRAY_SIZE(ctx->Current.RasterTexCoords)); in window_pos3f()
750 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()
751 ctx->Current.Attrib[VERT_ATTRIB_TEX0 + texSet] ); in window_pos3f()