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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h124 struct brw_context;
624 struct brw_context *brw;
643 void (*emit)( struct brw_context *brw );
720 * brw_context is derived from intel_context.
722 struct brw_context struct
1094 void brwInitVtbl( struct brw_context *brw );
1097 * brw_context.c
1112 void brw_prepare_query_begin(struct brw_context *brw);
1113 void brw_emit_query_begin(struct brw_context *brw);
1114 void brw_emit_query_end(struct brw_context *br
1207 brw_context( struct gl_context *ctx ) function
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h124 struct brw_context;
624 struct brw_context *brw;
643 void (*emit)( struct brw_context *brw );
720 * brw_context is derived from intel_context.
722 struct brw_context struct
1094 void brwInitVtbl( struct brw_context *brw );
1097 * brw_context.c
1112 void brw_prepare_query_begin(struct brw_context *brw);
1113 void brw_emit_query_begin(struct brw_context *brw);
1114 void brw_emit_query_end(struct brw_context *br
1207 brw_context( struct gl_context *ctx ) function
[all...]

Completed in 83 milliseconds