SDL_GL_SetAttribute 262 test/testgl.c         SDL_GL_SetAttribute( SDL_GL_RED_SIZE, rgb_size[0] );
SDL_GL_SetAttribute 263 test/testgl.c         SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, rgb_size[1] );
SDL_GL_SetAttribute 264 test/testgl.c         SDL_GL_SetAttribute( SDL_GL_BLUE_SIZE, rgb_size[2] );
SDL_GL_SetAttribute 265 test/testgl.c         SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 16 );
SDL_GL_SetAttribute 266 test/testgl.c         SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );