Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp45 int32 GalliumContext::fDisplayRefCount = 0;
46 hgl_display* GalliumContext::fDisplay = NULL;
48 GalliumContext::GalliumContext(ulong options) in GalliumContext() function in GalliumContext
65 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 …]
DGalliumContext.h24 class GalliumContext {
26 GalliumContext(ulong options);
27 ~GalliumContext();
DSoftwareRenderer.h42 GalliumContext* fContextObj;
Dmeson.build23 files('SoftwareRenderer.cpp', 'GalliumContext.cpp'),
DSoftwareRenderer.cpp143 fContextObj = new GalliumContext(options); in SoftwareRenderer()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4309 "../src/gallium/targets/haiku-softpipe/GalliumContext.cpp",
4310 "../src/gallium/targets/haiku-softpipe/GalliumContext.h",
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst3287 - targets/haiku-softpipe: Restore GalliumContext