Searched refs:GalliumContext (Results 1 – 6 of 6) sorted by relevance
45 GalliumContext::GalliumContext(ulong options) in GalliumContext() function in GalliumContext63 GalliumContext::~GalliumContext() in ~GalliumContext()80 GalliumContext::CreateScreen() in CreateScreen()110 GalliumContext::CreateContext(Bitmap *bitmap) in CreateContext()237 GalliumContext::DestroyContext(context_id contextID) in DestroyContext()270 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) in SetCurrentContext()324 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers()353 GalliumContext::Validate(uint32 width, uint32 height) in Validate()371 GalliumContext::Invalidate(uint32 width, uint32 height) in Invalidate()388 GalliumContext::Lock() in Lock()[all …]
24 class GalliumContext {26 GalliumContext(ulong options);27 ~GalliumContext();
44 GalliumContext* fContextObj;
38 'GalliumContext.cpp',
23 files('SoftwareRenderer.cpp', 'GalliumContext.cpp'),
63 fContextObj = new GalliumContext(options); in SoftwareRenderer()