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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_points.c 36 struct point_stage_data { struct
40 #define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr)
53 struct point_stage_data *store = POINT_STAGE_DATA(stage);
83 struct point_stage_data *store;
85 store = POINT_STAGE_DATA(stage);
97 struct point_stage_data *store = POINT_STAGE_DATA(stage);
  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 36 struct point_stage_data { struct
40 #define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr)
53 struct point_stage_data *store = POINT_STAGE_DATA(stage);
83 struct point_stage_data *store;
85 store = POINT_STAGE_DATA(stage);
97 struct point_stage_data *store = POINT_STAGE_DATA(stage);

Completed in 516 milliseconds