/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_gl.c | 53 *value=this->gl_config.double_buffer; in ph_GL_GetAttribute() 56 *value=this->gl_config.stencil_size; in ph_GL_GetAttribute() 59 *value=this->gl_config.depth_size; in ph_GL_GetAttribute() 63 *value=this->gl_config.red_size; in ph_GL_GetAttribute() 66 *value=this->gl_config.green_size; in ph_GL_GetAttribute() 69 *value=this->gl_config.blue_size; in ph_GL_GetAttribute() 72 *value=this->gl_config.alpha_size; in ph_GL_GetAttribute() 75 *value=this->gl_config.accum_red_size; in ph_GL_GetAttribute() 78 *value=this->gl_config.accum_green_size; in ph_GL_GetAttribute() 81 *value=this->gl_config.accum_blue_size; in ph_GL_GetAttribute() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macgl.c | 41 if ( ! this->gl_config.driver_loaded ) { in Mac_GL_Init() 49 if ( this->gl_config.red_size != 0 && in Mac_GL_Init() 50 this->gl_config.blue_size != 0 && in Mac_GL_Init() 51 this->gl_config.green_size != 0 ) { in Mac_GL_Init() 53 attributes[i++] = this->gl_config.red_size; in Mac_GL_Init() 55 attributes[i++] = this->gl_config.green_size; in Mac_GL_Init() 57 attributes[i++] = this->gl_config.blue_size; in Mac_GL_Init() 59 attributes[i++] = this->gl_config.alpha_size; in Mac_GL_Init() 61 if ( this->gl_config.double_buffer ) { in Mac_GL_Init() 64 if ( this->gl_config.depth_size != 0 ) { in Mac_GL_Init() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_wingl.c | 185 if ( ! this->gl_config.driver_loaded ) { in WIN_GL_SetupWindow() 197 if ( this->gl_config.double_buffer ) { in WIN_GL_SetupWindow() 200 if ( this->gl_config.stereo ) { in WIN_GL_SetupWindow() 204 GL_pfd.cColorBits = this->gl_config.buffer_size; in WIN_GL_SetupWindow() 205 GL_pfd.cRedBits = this->gl_config.red_size; in WIN_GL_SetupWindow() 206 GL_pfd.cGreenBits = this->gl_config.green_size; in WIN_GL_SetupWindow() 207 GL_pfd.cBlueBits = this->gl_config.blue_size; in WIN_GL_SetupWindow() 208 GL_pfd.cAlphaBits = this->gl_config.alpha_size; in WIN_GL_SetupWindow() 209 GL_pfd.cAccumRedBits = this->gl_config.accum_red_size; in WIN_GL_SetupWindow() 210 GL_pfd.cAccumGreenBits = this->gl_config.accum_green_size; in WIN_GL_SetupWindow() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11gl.c | 110 if ( ! this->gl_config.driver_loaded ) { in X11_GL_GetVisual() 135 attribs[i++] = this->gl_config.red_size; in X11_GL_GetVisual() 137 attribs[i++] = this->gl_config.green_size; in X11_GL_GetVisual() 139 attribs[i++] = this->gl_config.blue_size; in X11_GL_GetVisual() 141 if( this->gl_config.alpha_size ) { in X11_GL_GetVisual() 143 attribs[i++] = this->gl_config.alpha_size; in X11_GL_GetVisual() 146 if( this->gl_config.double_buffer ) { in X11_GL_GetVisual() 151 attribs[i++] = this->gl_config.depth_size; in X11_GL_GetVisual() 153 if( this->gl_config.stencil_size ) { in X11_GL_GetVisual() 155 attribs[i++] = this->gl_config.stencil_size; in X11_GL_GetVisual() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzGL.m | 73 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.accum_alpha_size) > 0 ) { [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 508 if (_this->gl_config.double_buffer) in BE_SetVideoMode() 512 if (_this->gl_config.alpha_size > 0 || bpp == 32) in BE_SetVideoMode() 514 if (_this->gl_config.depth_size > 0) in BE_SetVideoMode() 516 if (_this->gl_config.stencil_size > 0) in BE_SetVideoMode() 518 if (_this->gl_config.accum_red_size > 0 in BE_SetVideoMode() 519 || _this->gl_config.accum_green_size > 0 in BE_SetVideoMode() 520 || _this->gl_config.accum_blue_size > 0 in BE_SetVideoMode() 521 || _this->gl_config.accum_alpha_size > 0) in BE_SetVideoMode() 643 if (_this->gl_config.dll_handle == NULL) { in BE_GL_LoadLibrary() 653 _this->gl_config.dll_handle = (void*)info.id; in BE_GL_LoadLibrary() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarigl.c | 221 this->gl_config.dll_handle = handle; in SDL_AtariGL_LoadLibrary() 223 SDL_strlcpy(this->gl_config.driver_path, path, in SDL_AtariGL_LoadLibrary() 224 SDL_arraysize(this->gl_config.driver_path)); in SDL_AtariGL_LoadLibrary() 226 *this->gl_config.driver_path = '\0'; in SDL_AtariGL_LoadLibrary() 230 this->gl_config.driver_loaded = 1; in SDL_AtariGL_LoadLibrary() 243 if (this->gl_config.dll_handle) { in SDL_AtariGL_GetProcAddress() 244 func = SDL_LoadFunction(this->gl_config.dll_handle, (void *)proc); in SDL_AtariGL_GetProcAddress() 319 if (this->gl_config.dll_handle) { in SDL_AtariGL_MakeCurrent() 357 if (this->gl_config.dll_handle) { in SDL_AtariGL_SwapBuffers() 395 if (this->gl_config.dll_handle) { in SDL_AtariGL_UnloadLibrary() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 224 video->gl_config.driver_loaded = 0; in SDL_VideoInit() 225 video->gl_config.dll_handle = NULL; in SDL_VideoInit() 226 video->gl_config.red_size = 3; in SDL_VideoInit() 227 video->gl_config.green_size = 3; in SDL_VideoInit() 228 video->gl_config.blue_size = 2; in SDL_VideoInit() 229 video->gl_config.alpha_size = 0; in SDL_VideoInit() 230 video->gl_config.buffer_size = 0; in SDL_VideoInit() 231 video->gl_config.depth_size = 16; in SDL_VideoInit() 232 video->gl_config.stencil_size = 0; in SDL_VideoInit() 233 video->gl_config.double_buffer = 1; in SDL_VideoInit() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | context.h | 67 extern struct gl_config * 83 _mesa_initialize_visual( struct gl_config *v, 99 _mesa_destroy_visual( struct gl_config *vis ); 110 const struct gl_config *visual, 117 const struct gl_config *visual,
|
D | framebuffer.h | 31 struct gl_config; 35 _mesa_create_framebuffer(const struct gl_config *visual); 42 const struct gl_config *visual);
|
D | context.c | 209 struct gl_config * 224 struct gl_config *vis = CALLOC_STRUCT(gl_config); in _mesa_create_visual() 251 _mesa_initialize_visual( struct gl_config *vis, in _mesa_initialize_visual() 319 _mesa_destroy_visual( struct gl_config *vis ) in _mesa_destroy_visual() 915 const struct gl_config *visual, in _mesa_initialize_context() 1067 const struct gl_config *visual, in _mesa_create_context() 1328 const struct gl_config *ctxvis = &ctx->Visual; in check_compatible() 1329 const struct gl_config *bufvis = &buffer->Visual; in check_compatible()
|
/external/mesa3d/src/mesa/main/ |
D | context.h | 67 extern struct gl_config * 83 _mesa_initialize_visual( struct gl_config *v, 99 _mesa_destroy_visual( struct gl_config *vis ); 110 const struct gl_config *visual, 117 const struct gl_config *visual,
|
D | framebuffer.h | 31 struct gl_config; 35 _mesa_create_framebuffer(const struct gl_config *visual); 42 const struct gl_config *visual);
|
D | context.c | 209 struct gl_config * 224 struct gl_config *vis = CALLOC_STRUCT(gl_config); in _mesa_create_visual() 251 _mesa_initialize_visual( struct gl_config *vis, in _mesa_initialize_visual() 319 _mesa_destroy_visual( struct gl_config *vis ) in _mesa_destroy_visual() 915 const struct gl_config *visual, in _mesa_initialize_context() 1067 const struct gl_config *visual, in _mesa_create_context() 1328 const struct gl_config *ctxvis = &ctx->Visual; in check_compatible() 1329 const struct gl_config *bufvis = &buffer->Visual; in check_compatible()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 85 const struct gl_config *glVis, 97 const struct gl_config *glVis,
|
D | utils.h | 47 struct gl_config modes;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
D | dri_util.h | 85 const struct gl_config *glVis, 97 const struct gl_config *glVis,
|
D | utils.h | 47 struct gl_config modes;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.h | 112 const struct gl_config *visual, __DRIcontext *dri_ctx, 118 const struct gl_config *visual, struct gl_context *share_ctx);
|
D | nouveau_fbo.h | 48 nouveau_framebuffer_dri_new(const struct gl_config *visual);
|
D | nouveau_driver.h | 51 const struct gl_config *visual,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.h | 112 const struct gl_config *visual, __DRIcontext *dri_ctx, 118 const struct gl_config *visual, struct gl_context *share_ctx);
|
D | nouveau_fbo.h | 48 nouveau_framebuffer_dri_new(const struct gl_config *visual);
|
D | nouveau_driver.h | 51 const struct gl_config *visual,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
D | dri_context.h | 89 const struct gl_config * visual,
|