bitmap_cache Struct Reference

Collaboration diagram for bitmap_cache:

Collaboration graph
[legend]

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_texturetexture
struct pipe_surfacesurf
GLboolean empty
ubytebuffer
 An I8 texture image:.

Detailed Description

Definition at line 86 of file st_cb_bitmap.c.


Field Documentation

GLint bitmap_cache::xpos

Window pos to render the cached image.

Definition at line 89 of file st_cb_bitmap.c.

GLint bitmap_cache::ypos

Definition at line 89 of file st_cb_bitmap.c.

GLint bitmap_cache::xmin

Bounds of region used in window coords.

Definition at line 91 of file st_cb_bitmap.c.

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.

ubyte* bitmap_cache::buffer

An I8 texture image:.

Definition at line 101 of file st_cb_bitmap.c.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:25:57 2009 for Gallium3D by  doxygen 1.5.4