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

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
apple_cgl.c 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
apple_visual.c 160 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
apple_glx_pbuffer.c 209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
212 printf("choose_pixel_format error in %s: %s\n", __func__,
  /external/mesa3d/src/glx/apple/
apple_cgl.h 46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
apple_cgl.c 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
apple_visual.c 160 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
apple_glx_pbuffer.c 209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
212 printf("choose_pixel_format error in %s: %s\n", __func__,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 234 choose_pixel_format(const struct gl_config *v) function
336 pixel_format = choose_pixel_format(visual);
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 234 choose_pixel_format(const struct gl_config *v) function
336 pixel_format = choose_pixel_format(visual);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 320 choose_pixel_format(XMesaVisual v) function
801 v->stvis.color_format = choose_pixel_format(v);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 320 choose_pixel_format(XMesaVisual v) function
801 v->stvis.color_format = choose_pixel_format(v);
    [all...]

Completed in 391 milliseconds