HomeSort by relevance Sort by last modified time
    Searched refs:tmp_m (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
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 );
  /external/mesa3d/src/mesa/tnl/
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 );

Completed in 71 milliseconds