Searched refs:_mesa_new_shader (Results 1 – 6 of 6) sorted by relevance
41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
51 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type) in _mesa_new_shader() function
202 ctx->Driver.NewShader = _mesa_new_shader; in test_optpass()
60 ctx->Driver.NewShader = _mesa_new_shader; in initialize_context()
72 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
105 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type) in _mesa_new_shader() function427 driver->NewShader = _mesa_new_shader; in _mesa_init_shader_object_functions()