Searched defs:radeon_state_atom (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h127 struct radeon_state_atom { struct
128 struct radeon_state_atom *next, *prev;
136 int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */
137 void (*emit) (struct gl_context *, struct radeon_state_atom *atom);
142 struct radeon_state_atom atomlist;
463 struct radeon_state_atom queryobj;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h127 struct radeon_state_atom { struct
128 struct radeon_state_atom *next, *prev;
136 int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */
137 void (*emit) (struct gl_context *, struct radeon_state_atom *atom);
142 struct radeon_state_atom atomlist;
463 struct radeon_state_atom queryobj;

Completed in 80 milliseconds