Home | History | Annotate | Download | only in ataricommon

Lines Matching refs:gl_config

221 	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.dll_handle) {
396 SDL_UnloadObject(this->gl_config.dll_handle);
397 this->gl_config.dll_handle = NULL;
414 if (this->gl_config.dll_handle) {
478 this->gl_config.accum_red_size +
479 this->gl_config.accum_green_size +
480 this->gl_config.accum_blue_size +
481 this->gl_config.accum_alpha_size;
485 (gl_curdepth == this->gl_config.depth_size) &&
486 (gl_curstencil == this->gl_config.stencil_size) &&
494 osmesa_format, this->gl_config.depth_size,
495 this->gl_config.stencil_size, newaccumsize, NULL );
499 gl_curdepth = this->gl_config.depth_size;
500 gl_curstencil = this->gl_config.stencil_size;
521 if (this->gl_config.dll_handle) {
529 if (this->gl_config.dll_handle) {