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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 42 struct st_context;
64 void (*update)( struct st_context *st );
69 struct st_context struct
204 static INLINE struct st_context *st_context(struct gl_context *ctx) function
268 extern struct st_context *
271 struct st_context *share,
275 st_destroy_context(struct st_context *st);
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 42 struct st_context;
64 void (*update)( struct st_context *st );
69 struct st_context struct
204 static INLINE struct st_context *st_context(struct gl_context *ctx) function
268 extern struct st_context *
271 struct st_context *share,
275 st_destroy_context(struct st_context *st);

Completed in 49 milliseconds