Data Fields | |
GLint | xpos |
Window pos to render the cached image. | |
GLint | ypos |
GLint | xmin |
Bounds of region used in window coords. | |
GLint | ymin |
GLint | xmax |
GLint | ymax |
GLfloat | color [4] |
struct pipe_texture * | texture |
struct pipe_surface * | surf |
GLboolean | empty |
ubyte * | buffer |
An I8 texture image:. |
Definition at line 86 of file st_cb_bitmap.c.
GLint bitmap_cache::xpos |
GLint bitmap_cache::ypos |
Definition at line 89 of file st_cb_bitmap.c.
GLint bitmap_cache::xmin |
GLint bitmap_cache::ymin |
Definition at line 91 of file st_cb_bitmap.c.
GLint bitmap_cache::xmax |
Definition at line 91 of file st_cb_bitmap.c.
GLint bitmap_cache::ymax |
Definition at line 91 of file st_cb_bitmap.c.
GLfloat bitmap_cache::color[4] |
Definition at line 93 of file st_cb_bitmap.c.
struct pipe_texture* bitmap_cache::texture [read] |
Definition at line 95 of file st_cb_bitmap.c.
struct pipe_surface* bitmap_cache::surf [read] |
Definition at line 96 of file st_cb_bitmap.c.
GLboolean bitmap_cache::empty |
Definition at line 98 of file st_cb_bitmap.c.