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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.h42 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/
H A Dst_context.h42 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 669 milliseconds