Home | History | Annotate | Download | only in x11

Lines Matching refs:gl_data

95 		if ( device->gl_data ) {
96 SDL_free(device->gl_data);
114 device->gl_data = (struct SDL_PrivateGLData *)
115 SDL_malloc((sizeof *device->gl_data));
118 (device->gl_data == NULL) ) {
124 SDL_memset(device->gl_data, 0, (sizeof *device->gl_data));
127 device->gl_data->swap_interval = -1;