Searched refs:st_fragment_program (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_program.h89 struct st_fragment_program struct
221 static INLINE struct st_fragment_program *
222 st_fragment_program( struct gl_fragment_program *fp ) function
224 return (struct st_fragment_program *)fp;
262 struct st_fragment_program **ptr,
263 struct st_fragment_program *prog)
279 struct st_fragment_program *stfp,
295 struct st_fragment_program *stfp);
304 struct st_fragment_program *stfp );
H A Dst_cb_program.c104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program);
156 struct st_fragment_program *stfp =
157 (struct st_fragment_program *) prog;
199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog;
H A Dst_cb_bitmap.h39 struct st_fragment_program;
H A Dst_glsl_to_tgsi.h57 void get_pixel_transfer_visitor(struct st_fragment_program *fp,
60 void get_bitmap_visitor(struct st_fragment_program *fp,
H A Dst_context.h43 struct st_fragment_program;
132 struct st_fragment_program *fp; /**< Currently bound fragment program */
143 struct st_fragment_program *program; /**< cur pixel transfer prog */
146 struct st_fragment_program *combined_prog;
H A Dst_atom_shader.c76 struct st_fragment_program *stfp;
80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current);
H A Dst_atom_constbuf.c141 struct st_fragment_program *fp = st->fp;
H A Dst_cb_bitmap.c118 static struct st_fragment_program *
122 struct st_fragment_program *stfp;
169 stfp = (struct st_fragment_program *) p;
178 struct st_fragment_program *orig,
182 struct st_fragment_program *fp = (struct st_fragment_program *)
219 struct st_fragment_program *bitmap_prog;
220 struct st_fragment_program *stfpIn = (struct st_fragment_program *) fpIn;
H A Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp)
470 struct st_fragment_program *stfp,
509 stfp = st_fragment_program(fp);
526 stfp = st_fragment_program(fp);
774 struct st_fragment_program *stfp,
1177 struct st_fragment_program *stfp =
1178 (struct st_fragment_program *) program;
H A Dst_atom_pixeltransfer.c314 st->pixel_xfer.program = (struct st_fragment_program *) fp;
H A Dst_cb_drawpixels.c106 struct st_fragment_program *orig)
110 struct st_fragment_program *fp = (struct st_fragment_program *)
154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn;
H A Dst_glsl_to_tgsi.cpp3678 get_pixel_transfer_visitor(struct st_fragment_program *fp,
3811 get_bitmap_visitor(struct st_fragment_program *fp,
4954 struct st_fragment_program *stfp;
4963 stfp = (struct st_fragment_program *)prog;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.h89 struct st_fragment_program struct
221 static INLINE struct st_fragment_program *
222 st_fragment_program( struct gl_fragment_program *fp ) function
224 return (struct st_fragment_program *)fp;
262 struct st_fragment_program **ptr,
263 struct st_fragment_program *prog)
279 struct st_fragment_program *stfp,
295 struct st_fragment_program *stfp);
304 struct st_fragment_program *stfp );
H A Dst_cb_program.c104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program);
156 struct st_fragment_program *stfp =
157 (struct st_fragment_program *) prog;
199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog;
H A Dst_cb_bitmap.h39 struct st_fragment_program;
H A Dst_glsl_to_tgsi.h57 void get_pixel_transfer_visitor(struct st_fragment_program *fp,
60 void get_bitmap_visitor(struct st_fragment_program *fp,
H A Dst_context.h43 struct st_fragment_program;
132 struct st_fragment_program *fp; /**< Currently bound fragment program */
143 struct st_fragment_program *program; /**< cur pixel transfer prog */
146 struct st_fragment_program *combined_prog;
H A Dst_atom_shader.c76 struct st_fragment_program *stfp;
80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current);
H A Dst_atom_constbuf.c141 struct st_fragment_program *fp = st->fp;
H A Dst_cb_bitmap.c118 static struct st_fragment_program *
122 struct st_fragment_program *stfp;
169 stfp = (struct st_fragment_program *) p;
178 struct st_fragment_program *orig,
182 struct st_fragment_program *fp = (struct st_fragment_program *)
219 struct st_fragment_program *bitmap_prog;
220 struct st_fragment_program *stfpIn = (struct st_fragment_program *) fpIn;
H A Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp)
470 struct st_fragment_program *stfp,
509 stfp = st_fragment_program(fp);
526 stfp = st_fragment_program(fp);
774 struct st_fragment_program *stfp,
1177 struct st_fragment_program *stfp =
1178 (struct st_fragment_program *) program;
H A Dst_atom_pixeltransfer.c314 st->pixel_xfer.program = (struct st_fragment_program *) fp;
H A Dst_cb_drawpixels.c106 struct st_fragment_program *orig)
110 struct st_fragment_program *fp = (struct st_fragment_program *)
154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn;
H A Dst_glsl_to_tgsi.cpp3678 get_pixel_transfer_visitor(struct st_fragment_program *fp,
3811 get_bitmap_visitor(struct st_fragment_program *fp,
4954 struct st_fragment_program *stfp;
4963 stfp = (struct st_fragment_program *)prog;

Completed in 293 milliseconds