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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h67 struct intel_context;
69 typedef void (*intel_tri_func) (struct intel_context *, intelVertex *,
71 typedef void (*intel_line_func) (struct intel_context *, intelVertex *,
73 typedef void (*intel_point_func) (struct intel_context *, intelVertex *);
89 extern void intelFallback(struct intel_context *intel, GLbitfield bit,
146 * intel_context is derived from Mesa's context class: struct gl_context.
148 struct intel_context struct
154 void (*destroy) (struct intel_context * intel);
155 void (*emit_state) (struct intel_context * intel);
156 void (*finish_batch) (struct intel_context * inte
595 intel_context(struct gl_context * ctx) function
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h67 struct intel_context;
69 typedef void (*intel_tri_func) (struct intel_context *, intelVertex *,
71 typedef void (*intel_line_func) (struct intel_context *, intelVertex *,
73 typedef void (*intel_point_func) (struct intel_context *, intelVertex *);
89 extern void intelFallback(struct intel_context *intel, GLbitfield bit,
146 * intel_context is derived from Mesa's context class: struct gl_context.
148 struct intel_context struct
154 void (*destroy) (struct intel_context * intel);
155 void (*emit_state) (struct intel_context * intel);
156 void (*finish_batch) (struct intel_context * inte
595 intel_context(struct gl_context * ctx) function
[all...]

Completed in 87 milliseconds