Lines Matching defs:GalliumContext
11 #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)
65 GalliumContext::~GalliumContext()
82 GalliumContext::CreateDisplay()
123 GalliumContext::DestroyDisplay()
137 GalliumContext::CreateContext(HGLWinsysContext *wsContext)
255 GalliumContext::DestroyContext(context_id contextID)
283 GalliumContext::SetCurrentContext(bool set, context_id contextID)
327 GalliumContext::SwapBuffers(context_id contextID)
359 GalliumContext::Draw(context_id contextID, BRect updateRect)
379 GalliumContext::Validate(uint32 width, uint32 height)
396 GalliumContext::Invalidate(uint32 width, uint32 height)
412 GalliumContext::Lock()
420 GalliumContext::Unlock()