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

  /external/libdrm/tests/planetest/
modeset.c 85 drmModeModeInfoPtr tmp_m = &c->conn->modes[j]; local
87 if (!(tmp_m->type & DRM_MODE_TYPE_PREFERRED))
90 m = 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 83 milliseconds