Searched refs:SetCurrentContext (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLDispatcher.h33 void SetCurrentContext(void* context);
50 BGLDispatcher::SetCurrentContext(void* context) function in class:BGLDispatcher
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h35 status_t SetCurrentContext(Bitmap *bitmap,
H A DSoftwareRenderer.cpp121 fContextObj->SetCurrentContext(fBitmap, fContextID);
128 fContextObj->SetCurrentContext(fBitmap, fContextID);
139 fContextObj->SetCurrentContext(NULL, fContextID);
H A DGalliumContext.cpp269 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) function in class:GalliumContext
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h35 status_t SetCurrentContext(bool set, context_id contextID);
H A DSoftwareRenderer.cpp201 fContextObj->SetCurrentContext(true, fContextID);
212 fContextObj->SetCurrentContext(false, fContextID);
H A DGalliumContext.cpp283 GalliumContext::SetCurrentContext(bool set, context_id contextID) function in class:GalliumContext
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c110 SetCurrentContext(GLXContext c) function in typeref:typename:void
1253 SetCurrentContext(ctx);
1268 SetCurrentContext(NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c110 SetCurrentContext(GLXContext c) function in typeref:typename:void
1227 SetCurrentContext(ctx);
1237 SetCurrentContext(NULL);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp698 ImGui::SetCurrentContext(data->imgui_context);
1407 ImGui::SetCurrentContext(data->imgui_context);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp930 ImGui::SetCurrentContext(data->imgui_context);
1688 ImGui::SetCurrentContext(data->imgui_context);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx);
679 // - If you reload the contents of imgui.cpp at runtime, you may need to call SetCurrentContext() + SetAllocatorFunctions() again.
H A Dimgui.cpp472 - 2016/05/07 (1.49) - removed confusing set of GetInternalState(), GetInternalStateSize(), SetInternalState() functions. Now using CreateContext(), DestroyContext(), GetCurrentContext(), SetCurrentContext().
1043 // ImGui::CreateContext() will automatically set this pointer if it is NULL. Change to a different context by calling ImGui::SetCurrentContext().
1045 // SetCurrentContext() (with the pointer you got from CreateContext) from each unique static/DLL boundary, and after each hot-reloading.
2991 void ImGui::SetCurrentContext(ImGuiContext* ctx) function in class:ImGui
3025 SetCurrentContext(ctx);
3036 SetCurrentContext(NULL);
3042 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3048 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3359 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3580 SetCurrentContext(contex
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx);
679 // - If you reload the contents of imgui.cpp at runtime, you may need to call SetCurrentContext() + SetAllocatorFunctions() again.
H A Dimgui.cpp472 - 2016/05/07 (1.49) - removed confusing set of GetInternalState(), GetInternalStateSize(), SetInternalState() functions. Now using CreateContext(), DestroyContext(), GetCurrentContext(), SetCurrentContext().
1043 // ImGui::CreateContext() will automatically set this pointer if it is NULL. Change to a different context by calling ImGui::SetCurrentContext().
1045 // SetCurrentContext() (with the pointer you got from CreateContext) from each unique static/DLL boundary, and after each hot-reloading.
2991 void ImGui::SetCurrentContext(ImGuiContext* ctx) function in class:ImGui
3025 SetCurrentContext(ctx);
3036 SetCurrentContext(NULL);
3042 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3048 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3359 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?");
3580 SetCurrentContext(contex
[all...]

Completed in 57 milliseconds