| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 30 BGLRenderer(BGLView *view, ulong bgl_options, 51 inline ulong Options() const { return fOptions; }; 66 ulong fOptions; // Keep that tune in memory 73 extern "C" _EXPORT BGLRenderer* instantiate_gl_renderer(BGLView *view, ulong options, BGLDispatcher *dispatcher);
|
| H A D | GLView.h | 45 ulong resizingMode, ulong mode, 46 ulong options); 60 // Mesa's GLenum is uint where Be's ones was ulong! 132 ulong resizingMode, ulong mode, 133 ulong options); 140 ulong screenMode, ulong options, 147 // Mesa's GLenum is uint where Be's ones was ulong! [all...] |
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 30 BGLRenderer(BGLView *view, ulong bgl_options); 50 inline ulong Options() const { return fOptions; }; 64 ulong fOptions; // Keep that tune in memory 70 extern "C" _EXPORT BGLRenderer* instantiate_gl_renderer(BGLView *view, ulong options);
|
| H A D | GLView.h | 46 ulong resizingMode, ulong mode, 47 ulong options); 61 // Mesa's GLenum is uint where Be's ones was ulong! 133 ulong resizingMode, ulong mode, 134 ulong options); 141 ulong screenMode, ulong options, 148 // Mesa's GLenum is uint where Be's ones was ulong! [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 26 GalliumContext(ulong options); 47 ulong fOptions;
|
| H A D | SoftwareRenderer.h | 24 ulong bgl_options, 51 ulong fOptions;
|
| H A D | SoftwareRenderer.cpp | 38 instantiate_gl_renderer(BGLView *view, ulong opts, BGLDispatcher *dispatcher) 43 SoftwareRenderer::SoftwareRenderer(BGLView *view, ulong options,
|
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLRendererRoster.h | 29 GLRendererRoster(BGLView* view, ulong options); 44 ulong fOptions;
|
| H A D | GLView.cpp | 38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, 39 ulong options) 153 /*! Mesa's GLenum is not ulong but uint, so we can't use GLenum 464 BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, 465 ulong options) 486 BGLScreen::BGLScreen(char* name, ulong screenMode, ulong options, 520 // Mesa's GLenum is not ulong bu [all...] |
| H A D | GLRenderer.cpp | 14 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions,
|
| H A D | GLRendererRoster.cpp | 32 GLRendererRoster::GLRendererRoster(BGLView* view, ulong options) 202 (BGLView* view, ulong options, BGLDispatcher* dispatcher);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 26 GalliumContext(ulong options); 48 ulong fOptions;
|
| H A D | SoftwareRenderer.h | 24 ulong bgl_options); 48 ulong fOptions;
|
| H A D | SoftwareRenderer.cpp | 38 instantiate_gl_renderer(BGLView *view, ulong opts) 128 SoftwareRenderer::SoftwareRenderer(BGLView *view, ulong options)
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| H A D | GLRendererRoster.h | 17 typedef BGLRenderer* (*InstantiateRenderer) (BGLView* view, ulong options); 32 BGLRenderer* GetRenderer(BGLView *view, ulong options);
|
| H A D | GLView.cpp | 38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, 39 ulong options) 152 /*! Mesa's GLenum is not ulong but uint, so we can't use GLenum 457 BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, 458 ulong options) 478 BGLScreen::BGLScreen(char* name, ulong screenMode, ulong options, 512 // Mesa's GLenum is not ulong bu [all...] |
| H A D | GLRenderer.cpp | 12 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions)
|
| H A D | GLRendererRoster.cpp | 93 GLRendererRoster::GetRenderer(BGLView *view, ulong options)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/ |
| H A D | hgl_context.h | 95 struct st_visual* hgl_create_st_visual(ulong options);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutDstr.cpp | 54 ulong newoptions = 0;
|
| H A D | glutWindow.h | 33 int height, ulong options);
|
| H A D | glutWindow.cpp | 84 int x, int y, int width, int height, ulong options) : 177 ulong options; 200 ulong options; 530 ulong newoptions = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wgl.tm | 35 ulong,*,*, unsigned long,*,*
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/ |
| H A D | hgl_context.h | 94 struct st_visual* hgl_create_st_visual(ulong options);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_accel.c | 64 #undef ulong 65 typedef unsigned long ulong; typedef in typeref:typename:unsigned long 77 (((ulong)(y) * gu2_pitch + ((ulong)(x) << gu2_xshift))) 105 ulong x, y; 106 ulong w, h; 107 ulong color; 118 static ulong *gc8x8p; 123 ulong pat[2]; 775 ulong srcpitc [all...] |