Go to the source code of this file.
Data Structures | |
struct | softpipe_screen |
Functions | |
static struct softpipe_screen * | softpipe_screen (struct pipe_screen *pipe) |
static struct softpipe_screen* softpipe_screen | ( | struct pipe_screen * | pipe | ) | [static, read] |
Definition at line 52 of file sp_screen.h.
00053 { 00054 return (struct softpipe_screen *)pipe; 00055 }