Lines Matching refs:graph
30 namespace graph { namespace
55 std::unique_ptr<GrpcGraph> graph = std::make_unique<GrpcGraph>(); in LLVMFuzzerTestOneInput() local
57 Status status = graph->initialize(runner::test::kAddress, engine); in LLVMFuzzerTestOneInput()
68 graph->GetGraphType(); in LLVMFuzzerTestOneInput()
72 graph->GetGraphState(); in LLVMFuzzerTestOneInput()
76 graph->GetStatus(); in LLVMFuzzerTestOneInput()
80 graph->GetErrorMessage(); in LLVMFuzzerTestOneInput()
84 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
88 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
93 graph->SetInputStreamPixelData(/*streamIndex =*/1, /*timestamp =*/0, in LLVMFuzzerTestOneInput()
98 graph->StartGraphProfiling(); in LLVMFuzzerTestOneInput()
102 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
109 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()
116 graph->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
123 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
130 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
137 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()
142 graph->dispatchPixelData(/*streamIndex =*/2, /*timestamp =*/0, in LLVMFuzzerTestOneInput()
147 graph->dispatchSerializedData(/*streamIndex =*/1, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
152 graph->dispatchGraphTerminationMessage(static_cast<Status>(status), ""); in LLVMFuzzerTestOneInput()