Home | History | Annotate | Download | only in ataricommon

Lines Matching refs:gl_data

83 #define gl_active		(this->gl_data->gl_active)
84 #define gl_ctx (this->gl_data->ctx)
85 #define gl_oldmesa (this->gl_data->gl_oldmesa)
86 #define gl_pixelsize (this->gl_data->gl_pixelsize)
87 #define gl_upsidedown (this->gl_data->gl_upsidedown)
88 #define gl_shadow (this->gl_data->gl_shadow)
89 #define gl_convert (this->gl_data->ConvertSurface)
90 #define gl_copyshadow (this->gl_data->CopyShadow)
91 #define gl_curformat (this->gl_data->format)
92 #define gl_curdepth (this->gl_data->depth)
93 #define gl_curstencil (this->gl_data->stencil)
94 #define gl_curaccum (this->gl_data->accum)
95 #define gl_curwidth (this->gl_data->width)
96 #define gl_curheight (this->gl_data->height)