Searched refs:__ogl_framework_api (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_glapi.c | 49 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()
|
D | apple_xgl_api_stereo.c | 45 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()
|
D | apple_xgl_api_read.c | 42 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()
|
D | apple_xgl_api_viewport.c | 35 extern struct _glapi_table * __ogl_framework_api; 46 __ogl_framework_api->Viewport(x, y, width, height); in __applegl_glViewport()
|