Home
last modified time | relevance | path

Searched defs:apple_cgl_api (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_cgl.h41 struct apple_cgl_api struct
43 GLint version_major, version_minor;
44 void (*get_version) (GLint * version_major, GLint * version_minor);
46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs,
48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix);
50 CGLError(*clear_drawable) (CGLContextObj ctx);
51 CGLError(*flush_drawable) (CGLContextObj ctx);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
55 CGLError(*destroy_context) (CGLContextObj pix);
57 CGLError(*set_current_context) (CGLContextObj ctx);
[all …]