Searched refs:input_source (Results 1 – 5 of 5) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.c | 138 GSource *input_source; member 305 if (pv->input_source) in soup_websocket_connection_start_input_source() 308 pv->input_source = g_pollable_input_stream_create_source (pv->input, NULL); in soup_websocket_connection_start_input_source() 309 g_source_set_callback (pv->input_source, (GSourceFunc)on_web_socket_input, self, NULL); in soup_websocket_connection_start_input_source() 310 g_source_attach (pv->input_source, pv->main_context); in soup_websocket_connection_start_input_source() 318 if (pv->input_source) { in soup_websocket_connection_stop_input_source() 320 g_source_destroy (pv->input_source); in soup_websocket_connection_stop_input_source() 321 g_source_unref (pv->input_source); in soup_websocket_connection_stop_input_source() 322 pv->input_source = NULL; in soup_websocket_connection_stop_input_source() 1446 g_assert (!pv->input_source); in soup_websocket_connection_finalize()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpconnection.c | 61 GSource *input_source; member 332 g_warn_if_fail (!sc->input_source); in gst_rtmp_connection_set_socket_connection() 333 sc->input_source = in gst_rtmp_connection_set_socket_connection() 336 g_source_set_callback (sc->input_source, in gst_rtmp_connection_set_socket_connection() 339 g_source_attach (sc->input_source, sc->main_context); in gst_rtmp_connection_set_socket_connection() 408 if (self->input_source) { in gst_rtmp_connection_close() 409 g_source_destroy (self->input_source); in gst_rtmp_connection_close() 410 g_clear_pointer (&self->input_source, g_source_unref); in gst_rtmp_connection_close()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 7715 std::string input_source; in test_shader_compilation() local 7719 output_variable_shader_source, input_source, output_source); in test_shader_compilation() 7731 this->prepare_fragment_shader(input_shader_type, input_source, output_source); in test_shader_compilation() 7733 this->prepare_geometry_shader(input_shader_type, input_source, output_source); in test_shader_compilation() 7735 this->prepare_tess_ctrl_shader_source(input_shader_type, input_source, output_source); in test_shader_compilation() 7737 this->prepare_tess_eval_shader_source(input_shader_type, input_source, output_source); in test_shader_compilation() 7739 this->prepare_vertex_shader(input_shader_type, input_source, output_source); in test_shader_compilation() 7748 this->prepare_fragment_shader(input_shader_type, input_source, output_source); in test_shader_compilation() 7750 this->prepare_vertex_shader(input_shader_type, input_source, output_source); in test_shader_compilation() 7757 this->execute_negative_test(input_shader_type, input_source); in test_shader_compilation() [all …]
|
D | es31cArrayOfArraysTests.hpp | 2120 const std::string& input_source, const std::string& output_source); 2122 const std::string& input_source, const std::string& output_source); 2124 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source, 2127 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source, 2130 const std::string& input_source, const std::string& output_source); 2134 std::string& input_source, std::string& output_source);
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 127 …tTextFlags flags, ImGuiInputTextCallback callback, void* user_data, ImGuiInputSource input_source); 3849 …utTextFlags flags, ImGuiInputTextCallback callback, void* user_data, ImGuiInputSource input_source) in InputTextFilterCharacter() argument 3851 …IM_ASSERT(input_source == ImGuiInputSource_Keyboard || input_source == ImGuiInputSource_Clipboard); in InputTextFilterCharacter() 3866 if (input_source != ImGuiInputSource_Clipboard) in InputTextFilterCharacter()
|