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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
243 max_bm_height = max_height;
245 bm = malloc((max_bm_width * max_bm_height) * sizeof(GLubyte));
  /external/mesa3d/src/glx/
xfont.c 232 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
256 max_bm_height = max_height;
258 bm = malloc((max_bm_width * max_bm_height) * sizeof(GLubyte));
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
242 max_bm_height = max_height;
244 bm = malloc((max_bm_width * max_bm_height) * sizeof(GLubyte));

Completed in 76 milliseconds