Home
last modified time | relevance | path

Searched refs:SetInput (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/viz/src/
Dprecomp.hpp239 filter->SetInput(polydata); in SetInputData()
258 filter->SetInput(polydata); in SetInputData()
Dshapes.cpp554 actor->SetInput(text.c_str()); in WText()
580 actor->SetInput(text.c_str()); in setText()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc175 SetInput(phi, i, inputs[i]); in Phi()
185 SetInput(phi, 0, incoming_vreg_0); in Phi()
191 void InstructionSequenceTest::SetInput(PhiInstruction* phi, size_t input, in SetInput() function in v8::internal::compiler::InstructionSequenceTest
194 phi->SetInput(input, vreg.value_); in SetInput()
Dregister-allocator-unittest.cc118 SetInput(phi, 1, ipp); in TEST_F()
287 SetInput(phis[i], 1, result); in TEST_F()
Dinstruction-sequence-unittest.h150 void SetInput(PhiInstruction* phi, size_t input, VReg vreg);
/external/opencv3/samples/cpp/tutorial_code/viz/
Dcreating_widgets.cpp78 mapper->SetInput(polyData); in WTriangle()
/external/opencv3/modules/viz/src/vtk/
DvtkVizInteractorStyle.cpp92 wif->SetInput(Interactor->GetRenderWindow()); in saveScreenshot()
118 exporter->SetInput(Interactor->GetRenderWindow()); in exportScene()
/external/v8/src/compiler/
Dinstruction.cc534 void PhiInstruction::SetInput(size_t offset, int virtual_register) { in SetInput() function in v8::internal::compiler::PhiInstruction
Dinstruction.h1060 void SetInput(size_t offset, int virtual_register);
Dinstruction-selector.cc1343 phi->SetInput(static_cast<size_t>(i), GetVirtualRegister(input)); in VisitPhi()