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()
77 __ogl_framework_api->Viewport(x, y, width, height); in apple_glapi_oglfw_viewport_scissor()
78 __ogl_framework_api->Scissor(x, y, width, height); in apple_glapi_oglfw_viewport_scissor()
Dapple_xgl_api_stereo.c46 extern struct _glapi_table * __ogl_framework_api;
79 __ogl_framework_api->DrawBuffers(n, buf); in __applegl_glDrawBuffer()
82 __ogl_framework_api->DrawBuffer(mode); in __applegl_glDrawBuffer()
120 __ogl_framework_api->DrawBuffers(outi, newbuf); in __applegl_glDrawBuffers()
123 __ogl_framework_api->DrawBuffers(n, bufs); in __applegl_glDrawBuffers()
Dapple_xgl_api_read.c43 extern struct _glapi_table * __ogl_framework_api;
107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
119 __ogl_framework_api->CopyPixels(x, y, width, height, type); in __applegl_glCopyPixels()
132 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width); in __applegl_glCopyColorTable()
Dapple_xgl_api_viewport.c36 extern struct _glapi_table * __ogl_framework_api;
47 __ogl_framework_api->Viewport(x, y, width, height); in __applegl_glViewport()