Searched refs:GalliumContext (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h24 class GalliumContext { class
26 GalliumContext(ulong options);
27 ~GalliumContext();
H A DGalliumContext.cpp11 #include "GalliumContext.h"
35 # define TRACE(x...) printf("GalliumContext: " x)
41 #define ERROR(x...) printf("GalliumContext: " x)
44 GalliumContext::GalliumContext(ulong options) function in class:GalliumContext
62 GalliumContext::~GalliumContext()
79 GalliumContext::CreateScreen()
109 GalliumContext::CreateContext(Bitmap *bitmap)
236 GalliumContext
[all...]
H A DSoftwareRenderer.h18 #include "GalliumContext.h"
44 GalliumContext* fContextObj;
H A DSoftwareRenderer.cpp63 fContextObj = new GalliumContext(options);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h24 class GalliumContext { class
26 GalliumContext(ulong options);
27 ~GalliumContext();
H A DGalliumContext.cpp11 #include "GalliumContext.h"
37 # define TRACE(x...) printf("GalliumContext: " x)
43 #define ERROR(x...) printf("GalliumContext: " x)
45 int32 GalliumContext::fDisplayRefCount = 0;
46 hgl_display* GalliumContext::fDisplay = NULL;
48 GalliumContext::GalliumContext(ulong options) function in class:GalliumContext
65 GalliumContext::~GalliumContext()
82 GalliumContext
[all...]
H A DSoftwareRenderer.h18 #include "GalliumContext.h"
42 GalliumContext* fContextObj;
H A DSoftwareRenderer.cpp143 fContextObj = new GalliumContext(options);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst3287 - targets/haiku-softpipe: Restore GalliumContext

Completed in 11 milliseconds