HomeSort by relevance Sort by last modified time
    Searched refs:rastpos_stage (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 56 struct rastpos_stage struct
68 static inline struct rastpos_stage *
69 rastpos_stage( struct draw_stage *stage ) function
71 return (struct rastpos_stage *) stage;
133 struct rastpos_stage *rs = rastpos_stage(stage);
178 static struct rastpos_stage *
181 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage);
223 struct rastpos_stage *rs
    [all...]
st_context.h 76 struct draw_stage *rastpos_stage; /**< For glRasterPos */ member in struct:st_context

Completed in 186 milliseconds