Home | History | Annotate | Download | only in windx5

Lines Matching refs:gl_data

565 		if ( this->gl_data ) {
566 SDL_free(this->gl_data);
587 device->gl_data = (struct SDL_PrivateGLData *)
588 SDL_malloc((sizeof *device->gl_data));
591 (device->gl_data == NULL) ) {
597 SDL_memset(device->gl_data, 0, (sizeof *device->gl_data));