Searched refs:GalliumContext (Results 1 – 7 of 7) sorted by relevance
45 int32 GalliumContext::fDisplayRefCount = 0;46 hgl_display* GalliumContext::fDisplay = NULL;48 GalliumContext::GalliumContext(ulong options) in GalliumContext() function in GalliumContext65 GalliumContext::~GalliumContext() in ~GalliumContext()82 GalliumContext::CreateDisplay() in CreateDisplay()123 GalliumContext::DestroyDisplay() in DestroyDisplay()137 GalliumContext::CreateContext(HGLWinsysContext *wsContext) in CreateContext()255 GalliumContext::DestroyContext(context_id contextID) in DestroyContext()283 GalliumContext::SetCurrentContext(bool set, context_id contextID) in SetCurrentContext()327 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers()[all …]
24 class GalliumContext {26 GalliumContext(ulong options);27 ~GalliumContext();
42 GalliumContext* fContextObj;
23 files('SoftwareRenderer.cpp', 'GalliumContext.cpp'),
143 fContextObj = new GalliumContext(options); in SoftwareRenderer()
4309 "../src/gallium/targets/haiku-softpipe/GalliumContext.cpp",4310 "../src/gallium/targets/haiku-softpipe/GalliumContext.h",
3287 - targets/haiku-softpipe: Restore GalliumContext