Home | History | Annotate | Download | only in windx5

Lines Matching refs:gl_data

549 		if ( this->gl_data ) {
550 SDL_free(this->gl_data);
571 device->gl_data = (struct SDL_PrivateGLData *)
572 SDL_malloc((sizeof *device->gl_data));
575 (device->gl_data == NULL) ) {
581 SDL_memset(device->gl_data, 0, (sizeof *device->gl_data));