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,
147 _swrast_DrawPixels( struct gl_context *ctx,
155 _swrast_BlitFramebuffer(struct gl_context *ctx,
161 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers);
168 _swrast_ResetLineStipple( struct gl_context *ctx );
175 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
183 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
193 _swrast_Quad( struct gl_context *ctx,
198 _swrast_flush( struct gl_context *ctx );
201 _swrast_render_primitive( struct gl_context *ctx, GLenum mode );
204 _swrast_render_start( struct gl_context *ctx );
207 _swrast_render_finish( struct gl_context *ctx );
210 _swrast_new_texture_image( struct gl_context *ctx );
213 _swrast_delete_texture_image(struct gl_context *ctx,
217 _swrast_alloc_texture_image_buffer(struct gl_context *ctx,
224 _swrast_free_texture_image_buffer(struct gl_context *ctx,
228 _swrast_map_teximage(struct gl_context *ctx,
237 _swrast_unmap_teximage(struct gl_context *ctx,
244 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state );
249 _swrast_allow_vertex_fog( struct gl_context *ctx, GLboolean value );
252 _swrast_allow_pixel_fog( struct gl_context *ctx, GLboolean value );
257 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );
262 _swrast_eject_texture_images(struct gl_context *ctx);
266 _swrast_render_texture(struct gl_context *ctx,
271 _swrast_finish_render_texture(struct gl_context *ctx,
277 _swrast_AllocTextureStorage(struct gl_context *ctx,
299 void (*SpanRenderStart)(struct gl_context *ctx);
300 void (*SpanRenderFinish)(struct gl_context *ctx);