| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 70 status_t 77 status_t 102 status_t BGLRenderer::_Reserved_Renderer_0(int32 n, void* p) { return B_ERROR; } 103 status_t BGLRenderer::_Reserved_Renderer_1(int32 n, void* p) { return B_ERROR; } 104 status_t BGLRenderer::_Reserved_Renderer_2(int32 n, void* p) { return B_ERROR; } 105 status_t BGLRenderer::_Reserved_Renderer_3(int32 n, void* p) { return B_ERROR; } 106 status_t BGLRenderer::_Reserved_Renderer_4(int32 n, void* p) { return B_ERROR; }
|
| H A D | GLRendererRoster.h | 36 status_t AddPath(const char* path); 37 status_t AddRenderer(BGLRenderer* renderer, 39 status_t CreateRenderer(const entry_ref& ref);
|
| H A D | GLRendererRoster.cpp | 28 extern "C" status_t _kern_get_safemode_option(const char* parameter, 111 status_t status = find_directory(paths[i], &path, true); 118 status_t 122 status_t status = directory.InitCheck(); 164 status_t 187 status_t 192 status_t status = entry.GetNodeRef(&nodeRef);
|
| H A D | GLDispatcher.cpp | 60 status_t
|
| H A D | GLView.cpp | 127 status_t 140 status_t 275 status_t 282 status_t 335 status_t 487 status_t* error, bool debug) 542 status_t 549 status_t 586 status_t
|
| H A D | GLDispatcher.h | 37 status_t SetTable(struct _glapi_table* dispatch);
|
| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 42 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest); 43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest); 58 virtual status_t _Reserved_Renderer_0(int32, void *); 59 virtual status_t _Reserved_Renderer_1(int32, void *); 60 virtual status_t _Reserved_Renderer_2(int32, void *); 61 virtual status_t _Reserved_Renderer_3(int32, void *); 62 virtual status_t _Reserved_Renderer_4(int32, void *);
|
| H A D | GLView.h | 57 status_t CopyPixelsOut(BPoint source, BBitmap *dest); 58 status_t CopyPixelsIn(BBitmap *source, BPoint dest); 70 virtual status_t Perform(perform_code d, void *arg); 72 virtual status_t Archive(BMessage *data, bool deep = true) const; 83 virtual status_t GetSupportedSuites(BMessage *data); 141 status_t *error, bool debug=false); 152 virtual status_t Perform(perform_code code, void *arg); 154 virtual status_t Archive(BMessage *data, bool deep = true) const; 165 virtual status_t GetSupportedSuites(BMessage *data);
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest); 42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest); 56 virtual status_t _Reserved_Renderer_0(int32, void *); 57 virtual status_t _Reserved_Renderer_1(int32, void *); 58 virtual status_t _Reserved_Renderer_2(int32, void *); 59 virtual status_t _Reserved_Renderer_3(int32, void *); 60 virtual status_t _Reserved_Renderer_4(int32, void *);
|
| H A D | GLView.h | 58 status_t CopyPixelsOut(BPoint source, BBitmap *dest); 59 status_t CopyPixelsIn(BBitmap *source, BPoint dest); 71 virtual status_t Perform(perform_code d, void *arg); 73 virtual status_t Archive(BMessage *data, bool deep = true) const; 84 virtual status_t GetSupportedSuites(BMessage *data); 142 status_t *error, bool debug=false); 153 virtual status_t Perform(perform_code code, void *arg); 155 virtual status_t Archive(BMessage *data, bool deep = true) const; 166 virtual status_t GetSupportedSuites(BMessage *data);
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 65 status_t 72 status_t 97 status_t BGLRenderer::_Reserved_Renderer_0(int32 n, void* p) { return B_ERROR; } 98 status_t BGLRenderer::_Reserved_Renderer_1(int32 n, void* p) { return B_ERROR; } 99 status_t BGLRenderer::_Reserved_Renderer_2(int32 n, void* p) { return B_ERROR; } 100 status_t BGLRenderer::_Reserved_Renderer_3(int32 n, void* p) { return B_ERROR; } 101 status_t BGLRenderer::_Reserved_Renderer_4(int32 n, void* p) { return B_ERROR; }
|
| H A D | GLRendererRoster.h | 39 status_t AddPath(const char* path); 40 status_t AddRenderer(InstantiateRenderer entry, image_id image, 42 status_t CreateRenderer(const entry_ref& ref);
|
| H A D | GLRendererRoster.cpp | 28 extern "C" status_t _kern_get_safemode_option(const char* parameter, 123 status_t status = find_directory(paths[i], &path, true); 130 status_t 134 status_t status = directory.InitCheck(); 176 status_t 197 status_t 202 status_t status = entry.GetNodeRef(&nodeRef);
|
| H A D | GLView.cpp | 126 status_t 139 status_t 265 status_t 272 status_t 325 status_t 479 status_t* error, bool debug) 534 status_t 541 status_t 578 status_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 35 status_t SetCurrentContext(Bitmap *bitmap, 38 status_t SwapBuffers(context_id contextID); 44 status_t CreateScreen();
|
| H A D | SoftwareRenderer.h | 33 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest); 34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | GalliumContext.cpp | 78 status_t 268 status_t 322 status_t
|
| H A D | SoftwareRenderer.cpp | 212 status_t 254 status_t
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 35 status_t SetCurrentContext(bool set, context_id contextID); 37 status_t SwapBuffers(context_id contextID); 44 status_t CreateDisplay();
|
| H A D | SoftwareRenderer.h | 34 status_t CopyPixelsOut(BPoint source, BBitmap *dest); 35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | GalliumContext.cpp | 81 status_t 282 status_t 326 status_t
|
| H A D | SoftwareRenderer.cpp | 263 status_t 273 status_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_misc.c | 156 status_t ret;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_misc.c | 255 status_t ret;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutWindow.cpp | 349 status_t ignored;
|