Home
last modified time | relevance | path

Searched refs:CreateContext (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-stoney-fails.txt103 CreateContext/VAAPICreateContext.CreateContext/1035,Crash
104 CreateContext/VAAPICreateContext.CreateContext/1120,Crash
105 CreateContext/VAAPICreateContext.CreateContext/1205,Crash
106 CreateContext/VAAPICreateContext.CreateContext/1290,Crash
107 CreateContext/VAAPICreateContext.CreateContext/1375,Crash
108 CreateContext/VAAPICreateContext.CreateContext/1545,Crash
109 CreateContext/VAAPICreateContext.CreateContext/1715,Crash
110 CreateContext/VAAPICreateContext.CreateContext/185,Crash
111 CreateContext/VAAPICreateContext.CreateContext/2055,Crash
112 CreateContext/VAAPICreateContext.CreateContext/2225,Crash
[all …]
/third_party/mindspore/mindspore/core/abstract/
Danalysis_context.cc60 AnalysisContextPtr new_context = CreateContext(parent_context, func_graph, args_spec_list); in NewContext()
106 AnalysisContextPtr dummy_context = CreateContext(nullptr, nullptr, AbstractBasePtrList()); in DummyContext()
116 AnalysisContext::CreateContext(nullptr, nullptr, AbstractBasePtrList());
178 AnalysisContextPtr context_new = CreateContext(nullptr, func_graph_, args_broad_shp); in SpecializeKey()
225 AnalysisContextPtr AnalysisContext::CreateContext(const AnalysisContextPtr &parent, const FuncGraph… in CreateContext() function in mindspore::abstract::AnalysisContext
Danalysis_context.h63 static AnalysisContextPtr CreateContext(const AnalysisContextPtr &parent, const FuncGraphPtr &fg,
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc72 request_context_ = CefRequestContext::CreateContext(settings, rc_handler); in RunTest()
74 request_context_ = CefRequestContext::CreateContext( in RunTest()
87 CefRequestContext::CreateContext(request_context_, new Handler()); in RunTest()
90 CefRequestContext::CreateContext(request_context_, nullptr); in RunTest()
/third_party/cef/tests/ceftests/
Dpreference_unittest.cc459 CefRequestContext::CreateContext(context, nullptr); in TEST()
464 CefRequestContext::CreateContext(context, new TestRequestContextHandler); in TEST()
469 CefRefPtr<CefRequestContext> context4 = CefRequestContext::CreateContext( in TEST()
514 CefRefPtr<CefRequestContext> context = CefRequestContext::CreateContext( in TEST()
530 CefRefPtr<CefRequestContext> context = CefRequestContext::CreateContext( in TEST()
550 CefRefPtr<CefRequestContext> context = CefRequestContext::CreateContext( in TEST()
558 CefRequestContext::CreateContext(context, nullptr); in TEST()
563 CefRequestContext::CreateContext(context, new TestRequestContextHandler); in TEST()
567 CefRefPtr<CefRequestContext> context4 = CefRequestContext::CreateContext( in TEST()
Drequest_context_unittest.cc47 CefRequestContext::CreateContext(settings, handler.get()); in TEST()
55 CefRequestContext::CreateContext(settings, handler.get()); in TEST()
83 CefRequestContext::CreateContext(settings, nullptr); in TEST()
91 CefRequestContext::CreateContext(settings, nullptr); in TEST()
126 CefRequestContext::CreateContext(context1, nullptr); in TEST()
146 CefRequestContext::CreateContext(settings, nullptr); in TEST()
153 CefRequestContext::CreateContext(context1, nullptr); in TEST()
164 CefRequestContext::CreateContext(context2, nullptr); in TEST()
179 CefRequestContext::CreateContext(context1, nullptr); in TEST()
248 context_ = CefRequestContext::CreateContext(settings, nullptr); in RunTest()
[all …]
Dpdf_viewer_unittest.cc73 request_context = CefRequestContext::CreateContext( in RunTest()
78 request_context = CefRequestContext::CreateContext(settings, nullptr); in RunTest()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp251 TEST(CreateContext, InvalidEnvironment) { in TEST() argument
257 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
263 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp29 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/third_party/spirv-tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, InvalidEnvironment) { in TEST() argument
256 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
262 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
/third_party/cef/include/
Dcef_request_context.h100 static CefRefPtr<CefRequestContext> CreateContext(
109 static CefRefPtr<CefRequestContext> CreateContext(
/third_party/flutter/glfw/src/
Dwgl_context.h93 #define wglCreateContext _glfw.wgl.CreateContext
123 WGLCREATECONTEXT_T CreateContext; member
Degl_context.h142 #define eglCreateContext _glfw.egl.CreateContext
189 PFNEGLCREATECONTEXTPROC CreateContext; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
/third_party/flutter/skia/third_party/externals/imgui/examples/example_null/
Dmain.cpp8 ImGui::CreateContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_null/
Dmain.cpp10 ImGui::CreateContext(); in main()
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.cc62 static EGLResult<EGLSurface> CreateContext(EGLDisplay display, in CreateContext() function
175 std::tie(success, context_) = CreateContext( in AndroidContextGL()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h32 context_id CreateContext(HGLWinsysContext *wsContext);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_marmalade/
Dmain.cpp21 ImGui::CreateContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_marmalade/
Dmain.cpp22 ImGui::CreateContext(); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_freeglut_opengl2/
Dmain.cpp99 ImGui::CreateContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
Dmain.cpp119 ImGui::CreateContext(); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp41 ImGui::CreateContext(); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_allegro5/
Dmain.cpp27 ImGui::CreateContext(); in main()

12345