Searched refs:__ogl_framework_api (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glapi.c49 struct _glapi_table * __ogl_framework_api = NULL; variable in typeref:struct:_glapi_table *
56 __ogl_framework_api = _glapi_create_table_from_handle(apple_cgl_get_dl_handle(), "gl");
57 assert(__ogl_framework_api);
61 memcpy(__applegl_api, __ogl_framework_api, sizeof(struct _glapi_table));
77 __ogl_framework_api->Viewport(x, y, width, height);
78 __ogl_framework_api->Scissor(x, y, width, height);
H A Dapple_xgl_api_viewport.c36 extern struct _glapi_table * __ogl_framework_api;
47 __ogl_framework_api->Viewport(x, y, width, height);
H A Dapple_xgl_api_stereo.c46 extern struct _glapi_table * __ogl_framework_api;
79 __ogl_framework_api->DrawBuffers(n, buf);
82 __ogl_framework_api->DrawBuffer(mode);
120 __ogl_framework_api->DrawBuffers(outi, newbuf);
123 __ogl_framework_api->DrawBuffers(n, bufs);
H A Dapple_xgl_api_read.c43 extern struct _glapi_table * __ogl_framework_api;
107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
119 __ogl_framework_api->CopyPixels(x, y, width, height, type);
132 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glapi.c49 struct _glapi_table * __ogl_framework_api = NULL; variable in typeref:struct:_glapi_table *
56 __ogl_framework_api = _glapi_create_table_from_handle(apple_cgl_get_dl_handle(), "gl");
57 assert(__ogl_framework_api);
61 memcpy(__applegl_api, __ogl_framework_api, sizeof(struct _glapi_table));
77 __ogl_framework_api->Viewport(x, y, width, height);
78 __ogl_framework_api->Scissor(x, y, width, height);
H A Dapple_xgl_api_viewport.c36 extern struct _glapi_table * __ogl_framework_api;
47 __ogl_framework_api->Viewport(x, y, width, height);
H A Dapple_xgl_api_stereo.c46 extern struct _glapi_table * __ogl_framework_api;
79 __ogl_framework_api->DrawBuffers(n, buf);
82 __ogl_framework_api->DrawBuffer(mode);
120 __ogl_framework_api->DrawBuffers(outi, newbuf);
123 __ogl_framework_api->DrawBuffers(n, bufs);
H A Dapple_xgl_api_read.c43 extern struct _glapi_table * __ogl_framework_api;
107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
119 __ogl_framework_api->CopyPixels(x, y, width, height, type);
132 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);

Completed in 7 milliseconds