/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
D | radeonsi-stoney-fails.txt | 103 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/cef/tests/ceftests/extensions/ |
D | extension_test_handler.cc | 72 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/ |
D | preference_unittest.cc | 459 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()
|
D | request_context_unittest.cc | 47 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 …]
|
D | pdf_viewer_unittest.cc | 73 request_context = CefRequestContext::CreateContext( in RunTest() 78 request_context = CefRequestContext::CreateContext(settings, nullptr); in RunTest()
|
/third_party/cef/include/ |
D | cef_request_context.h | 100 static CefRefPtr<CefRequestContext> CreateContext( 109 static CefRefPtr<CefRequestContext> CreateContext(
|
/third_party/glfw/src/ |
D | wgl_context.h | 93 #define wglCreateContext _glfw.wgl.CreateContext 123 WGLCREATECONTEXT_T CreateContext; member
|
D | egl_context.h | 142 #define eglCreateContext _glfw.egl.CreateContext 189 PFNEGLCREATECONTEXTPROC CreateContext; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary_test.cpp | 250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument 256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
|
/third_party/spirv-tools/test/ |
D | text_to_binary_test.cpp | 250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument 256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary_test.cpp | 250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument 256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
|
/third_party/skia/third_party/externals/imgui/examples/example_null/ |
D | main.cpp | 10 ImGui::CreateContext(); in main()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 32 context_id CreateContext(HGLWinsysContext *wsContext);
|
/third_party/skia/third_party/externals/imgui/examples/example_marmalade/ |
D | main.cpp | 22 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/ |
D | main.cpp | 119 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/ |
D | main.cpp | 45 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/ |
D | main.cpp | 36 ImGui::CreateContext(); in main()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 322 return CefRequestContext::CreateContext(settings, in GetRequestContext() 328 shared_request_context_ = CefRequestContext::CreateContext( in GetRequestContext()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_cpptoc.cc | 57 CefRefPtr<CefRequestContext> _retval = CefRequestContext::CreateContext( in cef_request_context_create_context() 76 CefRefPtr<CefRequestContext> _retval = CefRequestContext::CreateContext( in cef_create_context_shared()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_ctocpp.cc | 42 CefRefPtr<CefRequestContext> CefRequestContext::CreateContext( in CreateContext() function in CefRequestContext 58 CefRefPtr<CefRequestContext> CefRequestContext::CreateContext( in CreateContext() function in CefRequestContext
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
D | main.cpp | 49 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
D | main.cpp | 66 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
D | main.cpp | 43 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
D | main.cpp | 63 ImGui::CreateContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 65 ImGui::CreateContext(); in main()
|