Lines Matching defs:ctx

38 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref)  in nouveau_alpha_func()
44 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color()
50 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate()
56 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate()
63 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane()
69 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask()
76 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material()
88 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face()
94 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face()
100 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func()
106 nouveau_depth_mask(struct gl_context *ctx, GLboolean flag) in nouveau_depth_mask()
112 nouveau_read_buffer(struct gl_context *ctx, GLenum buffer) in nouveau_read_buffer()
118 nouveau_draw_buffer(struct gl_context *ctx) in nouveau_draw_buffer()
125 nouveau_enable(struct gl_context *ctx, GLenum cap, GLboolean state) in nouveau_enable()
248 nouveau_fog(struct gl_context *ctx, GLenum pname, const GLfloat *params) in nouveau_fog()
254 nouveau_light(struct gl_context *ctx, GLenum light, GLenum pname, const GLfloat *params) in nouveau_light()
282 nouveau_light_model(struct gl_context *ctx, GLenum pname, const GLfloat *params) in nouveau_light_model()
289 nouveau_line_stipple(struct gl_context *ctx, GLint factor, GLushort pattern ) in nouveau_line_stipple()
295 nouveau_line_width(struct gl_context *ctx, GLfloat width) in nouveau_line_width()
301 nouveau_logic_opcode(struct gl_context *ctx, UNUSED enum gl_logicop_mode opcode) in nouveau_logic_opcode()
307 nouveau_point_parameter(struct gl_context *ctx, GLenum pname, const GLfloat *params) in nouveau_point_parameter()
313 nouveau_point_size(struct gl_context *ctx, GLfloat size) in nouveau_point_size()
319 nouveau_polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_polygon_mode()
325 nouveau_polygon_offset(struct gl_context *ctx, GLfloat factor, GLfloat units, GLfloat clamp) in nouveau_polygon_offset()
331 nouveau_polygon_stipple(struct gl_context *ctx, const GLubyte *mask) in nouveau_polygon_stipple()
337 nouveau_render_mode(struct gl_context *ctx, GLenum mode) in nouveau_render_mode()
343 nouveau_shade_model(struct gl_context *ctx, GLenum mode) in nouveau_shade_model()
349 nouveau_stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, in nouveau_stencil_func_separate()
356 nouveau_stencil_mask_separate(struct gl_context *ctx, GLenum face, GLuint mask) in nouveau_stencil_mask_separate()
362 nouveau_stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum fail, in nouveau_stencil_op_separate()
369 nouveau_tex_gen(struct gl_context *ctx, GLenum coord, GLenum pname, in nouveau_tex_gen()
384 nouveau_tex_env(struct gl_context *ctx, GLenum target, GLenum pname, in nouveau_tex_env()
398 nouveau_tex_parameter(struct gl_context *ctx, in nouveau_tex_parameter()
424 nouveau_emit_nothing(struct gl_context *ctx, int emit) in nouveau_emit_nothing()
429 nouveau_next_dirty_state(struct gl_context *ctx) in nouveau_next_dirty_state()
441 nouveau_state_emit(struct gl_context *ctx) in nouveau_state_emit()
456 nouveau_update_state(struct gl_context *ctx) in nouveau_update_state()
507 nouveau_state_init(struct gl_context *ctx) in nouveau_state_init()