Lines Matching refs:gl_context

117 _swrast_CreateContext( struct gl_context *ctx );
120 _swrast_DestroyContext( struct gl_context *ctx );
125 _swrast_GetDeviceDriverReference( struct gl_context *ctx );
128 _swrast_Bitmap( struct gl_context *ctx,
135 _swrast_CopyPixels(struct gl_context *ctx,
142 swrast_fast_copy_pixels(struct gl_context *ctx,
149 _swrast_DrawPixels( struct gl_context *ctx,
157 _swrast_BlitFramebuffer(struct gl_context *ctx,
165 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers);
172 _swrast_ResetLineStipple( struct gl_context *ctx );
179 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
190 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
193 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
197 _swrast_Quad( struct gl_context *ctx,
202 _swrast_flush( struct gl_context *ctx );
205 _swrast_render_primitive( struct gl_context *ctx, GLenum mode );
208 _swrast_render_start( struct gl_context *ctx );
211 _swrast_render_finish( struct gl_context *ctx );
214 _swrast_new_texture_image( struct gl_context *ctx );
217 _swrast_delete_texture_image(struct gl_context *ctx,
221 _swrast_alloc_texture_image_buffer(struct gl_context *ctx,
228 _swrast_free_texture_image_buffer(struct gl_context *ctx,
232 _swrast_map_teximage(struct gl_context *ctx,
241 _swrast_unmap_teximage(struct gl_context *ctx,
248 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state );
253 _swrast_allow_vertex_fog( struct gl_context *ctx, GLboolean value );
256 _swrast_allow_pixel_fog( struct gl_context *ctx, GLboolean value );
261 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );
266 _swrast_eject_texture_images(struct gl_context *ctx);
270 _swrast_render_texture(struct gl_context *ctx,
275 _swrast_finish_render_texture(struct gl_context *ctx,
295 void (*SpanRenderStart)(struct gl_context *ctx);
296 void (*SpanRenderFinish)(struct gl_context *ctx);