Home | History | Annotate | Download | only in swrast

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);
327 /** Return SWcontext for the given struct gl_context */
329 SWRAST_CONTEXT(struct gl_context *ctx)
336 CONST_SWRAST_CONTEXT(const struct gl_context *ctx)
348 swrast_render_start(struct gl_context *ctx)
358 swrast_render_finish(struct gl_context *ctx)
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);