/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glapi.c | 49 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)); 78 __ogl_framework_api->Viewport(x, y, width, height); 79 __ogl_framework_api->Scissor(x, y, width, height);
|
apple_xgl_api_viewport.c | 35 extern struct _glapi_table * __ogl_framework_api; 46 __ogl_framework_api->Viewport(x, y, width, height);
|
apple_xgl_api_stereo.c | 45 extern struct _glapi_table * __ogl_framework_api; 78 __ogl_framework_api->DrawBuffersARB(n, buf); 81 __ogl_framework_api->DrawBuffer(mode); 119 __ogl_framework_api->DrawBuffersARB(outi, newbuf); 122 __ogl_framework_api->DrawBuffersARB(n, bufs);
|
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); 118 __ogl_framework_api->CopyPixels(x, y, width, height, type); 131 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);
|
/external/mesa3d/src/glx/apple/ |
apple_glapi.c | 49 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)); 78 __ogl_framework_api->Viewport(x, y, width, height); 79 __ogl_framework_api->Scissor(x, y, width, height);
|
apple_xgl_api_viewport.c | 35 extern struct _glapi_table * __ogl_framework_api; 46 __ogl_framework_api->Viewport(x, y, width, height);
|
apple_xgl_api_stereo.c | 45 extern struct _glapi_table * __ogl_framework_api; 78 __ogl_framework_api->DrawBuffersARB(n, buf); 81 __ogl_framework_api->DrawBuffer(mode); 119 __ogl_framework_api->DrawBuffersARB(outi, newbuf); 122 __ogl_framework_api->DrawBuffersARB(n, bufs);
|
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); 118 __ogl_framework_api->CopyPixels(x, y, width, height, type); 131 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);
|