Lines Matching refs:gl_context

54 typedef void (*texture_sample_func)(struct gl_context *ctx,
60 typedef void (_ASMAPIP 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,
240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
257 void (*choose_point)( struct gl_context * );
258 void (*choose_line)( struct gl_context * );
259 void (*choose_triangle)( struct gl_context * );
321 _swrast_validate_derived( struct gl_context *ctx );
324 _swrast_update_texture_samplers(struct gl_context *ctx);
329 SWRAST_CONTEXT(struct gl_context *ctx) in SWRAST_CONTEXT()
336 CONST_SWRAST_CONTEXT(const struct gl_context *ctx) in CONST_SWRAST_CONTEXT()
348 swrast_render_start(struct gl_context *ctx) in swrast_render_start()
358 swrast_render_finish(struct gl_context *ctx) in swrast_render_finish()
367 _swrast_span_render_start(struct gl_context *ctx);
370 _swrast_span_render_finish(struct gl_context *ctx);
373 _swrast_map_textures(struct gl_context *ctx);
376 _swrast_unmap_textures(struct gl_context *ctx);
379 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
382 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
386 _swrast_map_renderbuffers(struct gl_context *ctx);
389 _swrast_unmap_renderbuffers(struct gl_context *ctx);