Searched refs:gl_config (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c53 *value=this->gl_config.double_buffer;
56 *value=this->gl_config.stencil_size;
59 *value=this->gl_config.depth_size;
63 *value=this->gl_config.red_size;
66 *value=this->gl_config.green_size;
69 *value=this->gl_config.blue_size;
72 *value=this->gl_config.alpha_size;
75 *value=this->gl_config.accum_red_size;
78 *value=this->gl_config.accum_green_size;
81 *value=this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c41 if ( ! this->gl_config.driver_loaded ) {
49 if ( this->gl_config.red_size != 0 &&
50 this->gl_config.blue_size != 0 &&
51 this->gl_config.green_size != 0 ) {
53 attributes[i++] = this->gl_config.red_size;
55 attributes[i++] = this->gl_config.green_size;
57 attributes[i++] = this->gl_config.blue_size;
59 attributes[i++] = this->gl_config.alpha_size;
61 if ( this->gl_config.double_buffer ) {
64 if ( this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m73 if (!this->gl_config.driver_loaded) {
92 attr[i++] = this->gl_config.depth_size;
94 if ( this->gl_config.double_buffer ) {
98 if ( this->gl_config.stereo ) {
102 if ( this->gl_config.stencil_size != 0 ) {
104 attr[i++] = this->gl_config.stencil_size;
107 if ( (this->gl_config.accum_red_size +
108 this->gl_config.accum_green_size +
109 this->gl_config.accum_blue_size +
110 this->gl_config
[all...]
H A DSDL_QuartzVideo.m1573 this->gl_config.driver_loaded = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c110 if ( ! this->gl_config.driver_loaded ) {
131 /* Setup our GLX attributes according to the gl_config. */
135 attribs[i++] = this->gl_config.red_size;
137 attribs[i++] = this->gl_config.green_size;
139 attribs[i++] = this->gl_config.blue_size;
141 if( this->gl_config.alpha_size ) {
143 attribs[i++] = this->gl_config.alpha_size;
146 if( this->gl_config.double_buffer ) {
151 attribs[i++] = this->gl_config.depth_size;
153 if( this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c185 if ( ! this->gl_config.driver_loaded ) {
197 if ( this->gl_config.double_buffer ) {
200 if ( this->gl_config.stereo ) {
204 GL_pfd.cColorBits = this->gl_config.buffer_size;
205 GL_pfd.cRedBits = this->gl_config.red_size;
206 GL_pfd.cGreenBits = this->gl_config.green_size;
207 GL_pfd.cBlueBits = this->gl_config.blue_size;
208 GL_pfd.cAlphaBits = this->gl_config.alpha_size;
209 GL_pfd.cAccumRedBits = this->gl_config.accum_red_size;
210 GL_pfd.cAccumGreenBits = this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc508 if (_this->gl_config.double_buffer)
512 if (_this->gl_config.alpha_size > 0 || bpp == 32)
514 if (_this->gl_config.depth_size > 0)
516 if (_this->gl_config.stencil_size > 0)
518 if (_this->gl_config.accum_red_size > 0
519 || _this->gl_config.accum_green_size > 0
520 || _this->gl_config.accum_blue_size > 0
521 || _this->gl_config.accum_alpha_size > 0)
643 if (_this->gl_config.dll_handle == NULL) {
653 _this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c221 this->gl_config.dll_handle = handle;
223 SDL_strlcpy(this->gl_config.driver_path, path,
224 SDL_arraysize(this->gl_config.driver_path));
226 *this->gl_config.driver_path = '\0';
230 this->gl_config.driver_loaded = 1;
243 if (this->gl_config.dll_handle) {
244 func = SDL_LoadFunction(this->gl_config.dll_handle, (void *)proc);
319 if (this->gl_config.dll_handle) {
357 if (this->gl_config.dll_handle) {
395 if (this->gl_config
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c224 video->gl_config.driver_loaded = 0;
225 video->gl_config.dll_handle = NULL;
226 video->gl_config.red_size = 3;
227 video->gl_config.green_size = 3;
228 video->gl_config.blue_size = 2;
229 video->gl_config.alpha_size = 0;
230 video->gl_config.buffer_size = 0;
231 video->gl_config.depth_size = 16;
232 video->gl_config.stencil_size = 0;
233 video->gl_config
[all...]
H A DSDL_sysvideo.h315 } gl_config; member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c256 this->gl_config.driver_loaded = 1;
390 this->gl_config.driver_loaded = 1;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c715 if (this->gl_config.double_buffer) {
/external/mesa3d/src/mesa/main/
H A Dmtypes.h467 struct gl_config struct
2486 // struct gl_config Visual;
3088 // struct gl_config Visual;

Completed in 350 milliseconds