Home | History | Annotate | Download | only in test

Lines Matching refs:SDL_GL_SetAttribute

529 	SDL_GL_SetAttribute( SDL_GL_RED_SIZE, rgb_size[0] );
530 SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, rgb_size[1] );
531 SDL_GL_SetAttribute( SDL_GL_BLUE_SIZE, rgb_size[2] );
532 SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 16 );
533 SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );
535 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 );
536 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, fsaa );
539 SDL_GL_SetAttribute( SDL_GL_ACCELERATED_VISUAL, 1 );
542 SDL_GL_SetAttribute( SDL_GL_SWAP_CONTROL, 1 );
544 SDL_GL_SetAttribute( SDL_GL_SWAP_CONTROL, 0 );