Searched refs:tmp_m (Results 1 – 2 of 2) sorted by relevance
72 GLfloat *tmp_m; member312 GLfloat *m = store->tmp_m; in texgen_sphere_map()315 store->tmp_m, in texgen_sphere_map()346 const GLfloat *m = store->tmp_m; in texgen()353 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); in texgen()574 store->tmp_m = (GLfloat *) MALLOC(VB->Size * sizeof(GLfloat)); in alloc_texgen_data()593 if (store->tmp_m) FREE( store->tmp_m ); in free_texgen_data()
85 drmModeModeInfoPtr tmp_m = &c->conn->modes[j]; in initialize_screens() local87 if (!(tmp_m->type & DRM_MODE_TYPE_PREFERRED)) in initialize_screens()90 m = tmp_m; in initialize_screens()