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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h270 struct brw_fragment_program { struct
1224 static INLINE struct brw_fragment_program *
1225 brw_fragment_program(struct gl_fragment_program *p) function
1227 return (struct brw_fragment_program *) p;
1230 static INLINE const struct brw_fragment_program *
1233 return (const struct brw_fragment_program *) p;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h270 struct brw_fragment_program { struct
1224 static INLINE struct brw_fragment_program *
1225 brw_fragment_program(struct gl_fragment_program *p) function
1227 return (struct brw_fragment_program *) p;
1230 static INLINE const struct brw_fragment_program *
1233 return (const struct brw_fragment_program *) p;

Completed in 881 milliseconds