Searched refs:_mesa_new_program (Results 1 – 4 of 4) sorted by relevance
70 _mesa_new_program(struct gl_context *ctx, GLenum target, GLuint id,
231 _mesa_new_program(struct gl_context *ctx, GLenum target, GLuint id, in _mesa_new_program() function
116 driver->NewProgram = _mesa_new_program; in _mesa_init_driver_functions()
1148 return _mesa_new_program(ctx, target, id, is_arb_asm); in i915NewProgram()