Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:gl_data

172 		if ( device->gl_data ) {
173 SDL_free(device->gl_data);
189 device->gl_data = (struct SDL_PrivateGLData *)
190 SDL_malloc((sizeof *device->gl_data));
193 (device->gl_data == NULL) ) {
200 SDL_memset(device->gl_data, 0, sizeof(*device->gl_data));
865 if(this->gl_data->gl_active == 0) {
1319 if(this->gl_data->gl_active == 1) {