Searched refs:pfobj (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_visual.h37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
H A Dapple_visual.c78 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, argument
170 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
177 apple_cgl.destroy_pixel_format(*pfobj);
182 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
192 if (!*pfobj) {
H A Dapple_glx_pbuffer.c200 CGLPixelFormatObj pfobj; local in function:get_max_size
211 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
222 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
230 apple_cgl.destroy_pixel_format(pfobj);
248 apple_cgl.destroy_pixel_format(pfobj);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_visual.h37 void apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
H A Dapple_visual.c78 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, argument
170 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
177 apple_cgl.destroy_pixel_format(*pfobj);
182 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
192 if (!*pfobj) {
H A Dapple_glx_pbuffer.c201 CGLPixelFormatObj pfobj; local in function:get_max_size
212 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
221 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
227 apple_cgl.destroy_pixel_format(pfobj);
245 apple_cgl.destroy_pixel_format(pfobj);

Completed in 3 milliseconds