Home
last modified time | relevance | path

Searched refs:__ogl_framework_api (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glapi.c49 struct _glapi_table * __ogl_framework_api = NULL; variable
56 __ogl_framework_api = _glapi_create_table_from_handle(apple_cgl_get_dl_handle(), "gl"); in _apple_glapi_create_table()
57 assert(__ogl_framework_api); in _apple_glapi_create_table()
61 memcpy(__applegl_api, __ogl_framework_api, sizeof(struct _glapi_table)); in _apple_glapi_create_table()
78 __ogl_framework_api->Viewport(x, y, width, height); in apple_glapi_oglfw_viewport_scissor()
79 __ogl_framework_api->Scissor(x, y, width, height); in apple_glapi_oglfw_viewport_scissor()
Dapple_xgl_api_stereo.c45 extern struct _glapi_table * __ogl_framework_api;
78 __ogl_framework_api->DrawBuffersARB(n, buf); in __applegl_glDrawBuffer()
81 __ogl_framework_api->DrawBuffer(mode); in __applegl_glDrawBuffer()
119 __ogl_framework_api->DrawBuffersARB(outi, newbuf); in __applegl_glDrawBuffersARB()
122 __ogl_framework_api->DrawBuffersARB(n, bufs); in __applegl_glDrawBuffersARB()
Dapple_xgl_api_read.c42 extern struct _glapi_table * __ogl_framework_api;
106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
118 __ogl_framework_api->CopyPixels(x, y, width, height, type); in __applegl_glCopyPixels()
131 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width); in __applegl_glCopyColorTable()
Dapple_xgl_api_viewport.c35 extern struct _glapi_table * __ogl_framework_api;
46 __ogl_framework_api->Viewport(x, y, width, height); in __applegl_glViewport()