Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddrawpix.c176 ctx->Current.RasterTexCoords[0] ); in _mesa_DrawPixels()
281 ctx->Current.RasterTexCoords[0] ); in _mesa_CopyPixels()
357 ctx->Current.RasterTexCoords[0] ); in _mesa_Bitmap()
Drastpos.c272 assert(texSet < Elements(ctx->Current.RasterTexCoords)); in window_pos3f()
273 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()
561 for (i = 0; i < Elements(ctx->Current.RasterTexCoords); i++) in _mesa_init_rastpos()
562 ASSIGN_4V( ctx->Current.RasterTexCoords[i], 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()
Dget.c1534 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0]; in find_custom_value()
1535 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1]; in find_custom_value()
1536 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2]; in find_custom_value()
1537 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3]; in find_custom_value()
Dmtypes.h823 GLfloat RasterTexCoords[MAX_TEXTURE_COORD_UNITS][4]; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c167 ctx->Current.RasterTexCoords[i], in rastpos_point()
/external/mesa3d/src/mesa/tnl/
Dt_rasterpos.c468 TRANSFORM_POINT(ctx->Current.RasterTexCoords[u], in _tnl_RasterPos()
/external/mesa3d/src/mesa/swrast/
Ds_span.c142 const GLfloat *tc = ctx->Current.RasterTexCoords[i]; in _swrast_span_default_attribs()