/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);
|
/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);
|