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

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pbuffer.c 198 CGLPixelFormatObj pfobj; local
209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
220 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 198 CGLPixelFormatObj pfobj; local
209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
220 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);

Completed in 147 milliseconds