Searched refs:tmp_m (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_texgen.c71 GLfloat *tmp_m; member in struct:texgen_stage_data
311 GLfloat *m = store->tmp_m;
314 store->tmp_m,
346 const GLfloat *m = store->tmp_m;
353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye );
575 store->tmp_m = malloc(VB->Size * sizeof(GLfloat));
594 free( store->tmp_m );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_texgen.c71 GLfloat *tmp_m; member in struct:texgen_stage_data
311 GLfloat *m = store->tmp_m;
314 store->tmp_m,
346 const GLfloat *m = store->tmp_m;
353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye );
575 store->tmp_m = malloc(VB->Size * sizeof(GLfloat));
594 free( store->tmp_m );

Completed in 4 milliseconds