Home
last modified time | relevance | path

Searched refs:_mesa_new_program (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprogram.h70 _mesa_new_program(struct gl_context *ctx, gl_shader_stage stage, GLuint id,
Dprogram.c233 _mesa_new_program(struct gl_context *ctx, gl_shader_stage stage, GLuint id, in _mesa_new_program() function
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c116 driver->NewProgram = _mesa_new_program; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1149 return _mesa_new_program(ctx, stage, id, is_arb_asm); in i915NewProgram()