Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c58 struct rastpos_stage struct
70 static INLINE struct rastpos_stage * argument
71 rastpos_stage( struct draw_stage *stage ) in rastpos_stage() function
73 return (struct rastpos_stage *) stage; in rastpos_stage()
135 struct rastpos_stage *rs = rastpos_stage(stage); in rastpos_point()
180 static struct rastpos_stage *
183 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage); in new_draw_rastpos_stage()
227 struct rastpos_stage *rs; in st_RasterPos()
230 if (st->rastpos_stage) { in st_RasterPos()
232 rs = rastpos_stage(st->rastpos_stage); in st_RasterPos()
[all …]
Dst_context.h82 struct draw_stage *rastpos_stage; /**< For glRasterPos */ member