HomeSort by relevance Sort by last modified time
    Searched full:st_gp_variant (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_program.h 179 struct st_gp_variant struct
186 struct st_gp_variant *next;
216 struct st_gp_variant *variants;
283 extern struct st_gp_variant *
st_program.c 142 delete_gp_variant(struct st_context *st, struct st_gp_variant *gpv)
157 struct st_gp_variant *gpv;
160 struct st_gp_variant *next = gpv->next;
803 static struct st_gp_variant *
828 struct st_gp_variant *gpv;
830 gpv = CALLOC_STRUCT(st_gp_variant);
    [all...]
st_context.h 137 struct st_gp_variant *gp_variant;

Completed in 85 milliseconds