Home
last modified time | relevance | path

Searched refs:temp_context (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c644 HGLRC temp_context = _this->gl_data->wglCreateContext(hdc); in WIN_GL_CreateContext() local
645 if (!temp_context) { in WIN_GL_CreateContext()
651 if (WIN_GL_MakeCurrent(_this, window, temp_context) < 0) { in WIN_GL_CreateContext()
652 WIN_GL_DeleteContext(_this, temp_context); in WIN_GL_CreateContext()
661 context = temp_context; in WIN_GL_CreateContext()
696 _this->gl_data->wglDeleteContext(temp_context); in WIN_GL_CreateContext()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.cc969 AnalysisContextPtr temp_context = context; in MakeAbstractClosure() local
970 if (temp_context == nullptr) { in MakeAbstractClosure()
971 temp_context = abstract::AnalysisContext::DummyContext(); in MakeAbstractClosure()
973 return std::make_shared<abstract::FuncGraphAbstractClosure>(func_graph, temp_context, anf_node); in MakeAbstractClosure()
/third_party/mindspore/mindspore/core/load_mindir/
Dinfer_mindir.cc416 auto temp_context = abstract::AnalysisContext::DummyContext(); in InferValueNode() local
417 result = std::make_shared<abstract::FuncGraphAbstractClosure>(func_graph, temp_context, node); in InferValueNode()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc58 auto temp_context = abstract::AnalysisContext::DummyContext(); in ToAbstract() local
59 … std::make_shared<abstract::FuncGraphAbstractClosure>(shared_from_base<FuncGraph>(), temp_context); in ToAbstract()