sp_texture.h File Reference

Include dependency graph for sp_texture.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  softpipe_texture

Functions

static struct softpipe_texturesoftpipe_texture (struct pipe_texture *pt)
 cast wrapper
void softpipe_init_texture_funcs (struct softpipe_context *softpipe)
void softpipe_init_screen_texture_funcs (struct pipe_screen *screen)


Function Documentation

void softpipe_init_screen_texture_funcs ( struct pipe_screen screen  ) 

Definition at line 359 of file sp_texture.c.

References pipe_screen::get_tex_surface, softpipe_get_tex_surface(), softpipe_surface_map(), softpipe_surface_unmap(), softpipe_tex_surface_release(), softpipe_texture_blanket(), softpipe_texture_create(), softpipe_texture_release(), pipe_screen::surface_map, pipe_screen::surface_unmap, pipe_screen::tex_surface_release, pipe_screen::texture_blanket, pipe_screen::texture_create, and pipe_screen::texture_release.

void softpipe_init_texture_funcs ( struct softpipe_context softpipe  ) 

Definition at line 353 of file sp_texture.c.

00354 {
00355 }

static struct softpipe_texture* softpipe_texture ( struct pipe_texture pt  )  [static, read]

cast wrapper

Definition at line 57 of file sp_texture.h.

00058 {
00059    return (struct softpipe_texture *) pt;
00060 }


Generated on Tue Sep 29 06:25:42 2009 for Gallium3D by  doxygen 1.5.4