t_vb_texgen.c | 72 GLfloat *tmp_m; member in struct:texgen_stage_data 312 GLfloat *m = store->tmp_m; 315 store->tmp_m, 346 const GLfloat *m = store->tmp_m; 353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); 574 store->tmp_m = (GLfloat *) MALLOC(VB->Size * sizeof(GLfloat)); 593 if (store->tmp_m) FREE( store->tmp_m );
|