Searched refs:RasterTexCoords (Results 1 – 5 of 5) sorted by relevance
182 ctx->Current.RasterTexCoords[0] ); in _mesa_DrawPixels()303 ctx->Current.RasterTexCoords[0] ); in _mesa_CopyPixels()383 ctx->Current.RasterTexCoords[0] ); in _mesa_Bitmap()
515 TRANSFORM_POINT(ctx->Current.RasterTexCoords[u], in _mesa_RasterPos()757 assert(texSet < ARRAY_SIZE(ctx->Current.RasterTexCoords)); in window_pos3f()758 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()987 for (i = 0; i < ARRAY_SIZE(ctx->Current.RasterTexCoords); i++) in _mesa_init_rastpos()988 ASSIGN_4V( ctx->Current.RasterTexCoords[i], 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
745 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0]; in find_custom_value()746 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1]; in find_custom_value()747 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2]; in find_custom_value()748 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3]; in find_custom_value()
361 GLfloat RasterTexCoords[MAX_TEXTURE_COORD_UNITS][4]; member
176 ctx->Current.RasterTexCoords[i], in rastpos_point()