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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom.c 89 static GLboolean check_state( const struct st_state_flags *a,
90 const struct st_state_flags *b )
96 static void accumulate_state( struct st_state_flags *a,
97 const struct st_state_flags *b )
104 static void xor_states( struct st_state_flags *result,
105 const struct st_state_flags *a,
106 const struct st_state_flags *b )
152 struct st_state_flags *state = &st->dirty;
186 struct st_state_flags examined, prev;
192 struct st_state_flags generated
    [all...]
st_context.h 56 struct st_state_flags { struct
63 struct st_state_flags dirty;
123 struct st_state_flags dirty;
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 89 static GLboolean check_state( const struct st_state_flags *a,
90 const struct st_state_flags *b )
96 static void accumulate_state( struct st_state_flags *a,
97 const struct st_state_flags *b )
104 static void xor_states( struct st_state_flags *result,
105 const struct st_state_flags *a,
106 const struct st_state_flags *b )
152 struct st_state_flags *state = &st->dirty;
186 struct st_state_flags examined, prev;
192 struct st_state_flags generated
    [all...]
st_context.h 56 struct st_state_flags { struct
63 struct st_state_flags dirty;
123 struct st_state_flags dirty;

Completed in 94 milliseconds