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

  /external/mesa3d/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
apple_visual.c 170 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
182 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
apple_cgl.c 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
apple_glx_pbuffer.c 211 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
214 printf("choose_pixel_format error in %s: %s\n", __func__,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 400 choose_pixel_format(XMesaVisual v) function
885 v->stvis.color_format = choose_pixel_format(v);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 324 choose_pixel_format(const struct gl_config *v) function
426 pixel_format = choose_pixel_format(visual);

Completed in 355 milliseconds