Home
last modified time | relevance | path

Searched refs:GalliumContext (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp45 GalliumContext::GalliumContext(ulong options) in GalliumContext() function in GalliumContext
63 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 …]
DGalliumContext.h24 class GalliumContext {
26 GalliumContext(ulong options);
27 ~GalliumContext();
DSoftwareRenderer.h44 GalliumContext* fContextObj;
DSConscript38 'GalliumContext.cpp',
Dmeson.build23 files('SoftwareRenderer.cpp', 'GalliumContext.cpp'),
DSoftwareRenderer.cpp63 fContextObj = new GalliumContext(options); in SoftwareRenderer()