Searched refs:tmp_f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_texgen.c | 70 GLfloat (*tmp_f)[3]; member in struct:texgen_stage_data 310 GLfloat (*f)[3] = store->tmp_f; 313 (build_m_tab[VB->EyePtr->size])( store->tmp_f, 349 GLfloat (*f)[3] = store->tmp_f; 353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); 355 build_f_tab[eye->size]( (GLfloat *)store->tmp_f, 3, normal, eye ); 574 store->tmp_f = malloc(VB->Size * sizeof(GLfloat) * 3); 593 free( store->tmp_f );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_texgen.c | 70 GLfloat (*tmp_f)[3]; member in struct:texgen_stage_data 310 GLfloat (*f)[3] = store->tmp_f; 313 (build_m_tab[VB->EyePtr->size])( store->tmp_f, 349 GLfloat (*f)[3] = store->tmp_f; 353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); 355 build_f_tab[eye->size]( (GLfloat *)store->tmp_f, 3, normal, eye ); 574 store->tmp_f = malloc(VB->Size * sizeof(GLfloat) * 3); 593 free( store->tmp_f );
|
Completed in 4 milliseconds