| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLDispatcher.h | 33 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 D | GalliumContext.h | 35 status_t SetCurrentContext(Bitmap *bitmap,
|
| H A D | SoftwareRenderer.cpp | 121 fContextObj->SetCurrentContext(fBitmap, fContextID); 128 fContextObj->SetCurrentContext(fBitmap, fContextID); 139 fContextObj->SetCurrentContext(NULL, fContextID);
|
| H A D | GalliumContext.cpp | 269 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) function in class:GalliumContext
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.h | 35 status_t SetCurrentContext(bool set, context_id contextID);
|
| H A D | SoftwareRenderer.cpp | 201 fContextObj->SetCurrentContext(true, fContextID); 212 fContextObj->SetCurrentContext(false, fContextID);
|
| H A D | GalliumContext.cpp | 283 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 D | glx_api.c | 110 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 D | glx_api.c | 110 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 D | overlay.cpp | 698 ImGui::SetCurrentContext(data->imgui_context); 1407 ImGui::SetCurrentContext(data->imgui_context);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 930 ImGui::SetCurrentContext(data->imgui_context); 1688 ImGui::SetCurrentContext(data->imgui_context);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 204 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 D | 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) 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 D | imgui.h | 204 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 D | 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) 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...] |