Searched refs:rastpos_stage (Results 1 – 2 of 2) sorted by relevance
61 struct rastpos_stage struct72 static inline struct rastpos_stage * argument73 rastpos_stage( struct draw_stage *stage ) in rastpos_stage() function75 return (struct rastpos_stage *) stage; in rastpos_stage()107 struct rastpos_stage *rstage = (struct rastpos_stage*)stage; in rastpos_destroy()139 struct rastpos_stage *rs = rastpos_stage(stage); in rastpos_point()185 static struct rastpos_stage *188 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage); in new_draw_rastpos_stage()222 struct rastpos_stage *rs; in st_RasterPos()236 if (st->rastpos_stage) { in st_RasterPos()[all …]
132 struct draw_stage *rastpos_stage; /**< For glRasterPos */ member