Lines Matching defs:GalliumContext
11 #include "GalliumContext.h"
35 # define TRACE(x...) printf("GalliumContext: " x)
41 #define ERROR(x...) printf("GalliumContext: " x)
44 GalliumContext::GalliumContext(ulong options)
62 GalliumContext::~GalliumContext()
79 GalliumContext::CreateScreen()
109 GalliumContext::CreateContext(Bitmap *bitmap)
236 GalliumContext::DestroyContext(context_id contextID)
269 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID)
323 GalliumContext::SwapBuffers(context_id contextID)
371 GalliumContext::Validate(uint32 width, uint32 height)
389 GalliumContext::Invalidate(uint32 width, uint32 height)
406 GalliumContext::Lock()
414 GalliumContext::Unlock()