Home
last modified time | relevance | path

Searched refs:_mesa_init_fragment_program (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c105 return _mesa_init_fragment_program(ctx, &prog->Base, target, id); in st_new_program()
/external/mesa3d/src/mesa/program/
Dprogram.h73 _mesa_init_fragment_program(struct gl_context *ctx,
Dprogram.c290 _mesa_init_fragment_program( struct gl_context *ctx, struct gl_fragment_program *prog, in _mesa_init_fragment_program() function
352 prog =_mesa_init_fragment_program(ctx, in _mesa_new_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c84 return _mesa_init_fragment_program( ctx, &prog->program, in brwNewProgram()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1247 return _mesa_init_fragment_program(ctx, &prog->FragProg, in i915NewProgram()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c1222 return _mesa_init_fragment_program( ctx, CALLOC_STRUCT(gl_fragment_program), target, id ); in r200NewProgram()