Lines Matching refs:gl_context

54 typedef void (*texture_sample_func)(struct gl_context *ctx,
60 typedef void (*blend_func)(struct gl_context *ctx, GLuint n,
65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *);
67 typedef void (*swrast_line_func)( struct gl_context *ctx,
70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *,
74 typedef void (*validate_texture_image_func)(struct gl_context *ctx,
256 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
273 void (*choose_point)( struct gl_context * );
274 void (*choose_line)( struct gl_context * );
275 void (*choose_triangle)( struct gl_context * );
337 _swrast_validate_derived( struct gl_context *ctx );
340 _swrast_update_texture_samplers(struct gl_context *ctx);
345 SWRAST_CONTEXT(struct gl_context *ctx) in SWRAST_CONTEXT()
352 CONST_SWRAST_CONTEXT(const struct gl_context *ctx) in CONST_SWRAST_CONTEXT()
364 swrast_render_start(struct gl_context *ctx) in swrast_render_start()
374 swrast_render_finish(struct gl_context *ctx) in swrast_render_finish()
383 _swrast_span_render_start(struct gl_context *ctx);
386 _swrast_span_render_finish(struct gl_context *ctx);
389 _swrast_map_textures(struct gl_context *ctx);
392 _swrast_unmap_textures(struct gl_context *ctx);
398 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
401 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
405 _swrast_map_renderbuffers(struct gl_context *ctx);
408 _swrast_unmap_renderbuffers(struct gl_context *ctx);