Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c63 struct rastpos_stage struct
74 static inline struct rastpos_stage * argument
75 rastpos_stage( struct draw_stage *stage ) in rastpos_stage() function
77 return (struct rastpos_stage *) stage; in rastpos_stage()
109 struct rastpos_stage *rstage = (struct rastpos_stage*)stage; in rastpos_destroy()
141 struct rastpos_stage *rs = rastpos_stage(stage); in rastpos_point()
189 static struct rastpos_stage *
192 struct rastpos_stage *rs = CALLOC_STRUCT(rastpos_stage); in new_draw_rastpos_stage()
226 struct rastpos_stage *rs; in st_RasterPos()
240 if (st->rastpos_stage) { in st_RasterPos()
[all …]
Dst_context.h132 struct draw_stage *rastpos_stage; /**< For glRasterPos */ member