HomeSort by: relevance | last modified time | path
    Searched defs:SetCurrentContext (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/hgl/
GLDispatcher.h 33 void SetCurrentContext(void* context);
50 BGLDispatcher::SetCurrentContext(void* context)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 269 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID)
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 283 GalliumContext::SetCurrentContext(bool set, context_id contextID)
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_api.c 110 SetCurrentContext(GLXContext c)
1227 SetCurrentContext(ctx);
1237 SetCurrentContext(NULL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_api.c 110 SetCurrentContext(GLXContext c)
1253 SetCurrentContext(ctx);
1268 SetCurrentContext(NULL);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 472 - 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)
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(context)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 472 - 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)
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(context)
    [all...]

Completed in 18 milliseconds