Searched refs:ulong (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DGLRenderer.h30 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 DGLView.h45 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 DGLRenderer.h30 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 DGLView.h46 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 DGalliumContext.h26 GalliumContext(ulong options);
47 ulong fOptions;
H A DSoftwareRenderer.h24 ulong bgl_options,
51 ulong fOptions;
H A DSoftwareRenderer.cpp38 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 DGLRendererRoster.h29 GLRendererRoster(BGLView* view, ulong options);
44 ulong fOptions;
H A DGLView.cpp38 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 DGLRenderer.cpp14 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions,
H A DGLRendererRoster.cpp32 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 DGalliumContext.h26 GalliumContext(ulong options);
48 ulong fOptions;
H A DSoftwareRenderer.h24 ulong bgl_options);
48 ulong fOptions;
H A DSoftwareRenderer.cpp38 instantiate_gl_renderer(BGLView *view, ulong opts)
128 SoftwareRenderer::SoftwareRenderer(BGLView *view, ulong options)
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLRendererRoster.h17 typedef BGLRenderer* (*InstantiateRenderer) (BGLView* view, ulong options);
32 BGLRenderer* GetRenderer(BGLView *view, ulong options);
H A DGLView.cpp38 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 DGLRenderer.cpp12 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions)
H A DGLRendererRoster.cpp93 GLRendererRoster::GetRenderer(BGLView *view, ulong options)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dhgl_context.h95 struct st_visual* hgl_create_st_visual(ulong options);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutDstr.cpp54 ulong newoptions = 0;
H A DglutWindow.h33 int height, ulong options);
H A DglutWindow.cpp84 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 Dwgl.tm35 ulong,*,*, unsigned long,*,*
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dhgl_context.h94 struct st_visual* hgl_create_st_visual(ulong options);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c64 #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...]

Completed in 39 milliseconds

12