Lines Matching refs:graph
30 namespace graph { namespace
62 PrebuiltGraph* graph = GetLocalGraphFromLibrary("libstubgraphimpl.so", engineInterface); in LLVMFuzzerTestOneInput() local
69 graph->GetGraphType(); in LLVMFuzzerTestOneInput()
73 graph->GetGraphState(); in LLVMFuzzerTestOneInput()
77 graph->GetStatus(); in LLVMFuzzerTestOneInput()
81 graph->GetErrorMessage(); in LLVMFuzzerTestOneInput()
85 graph->GetSupportedGraphConfigs(); in LLVMFuzzerTestOneInput()
89 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
94 graph->SetInputStreamPixelData(/*streamIndex =*/1, /*timestamp =*/0, in LLVMFuzzerTestOneInput()
99 graph->StartGraphProfiling(); in LLVMFuzzerTestOneInput()
103 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
110 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()
117 graph->handleExecutionPhase(e); in LLVMFuzzerTestOneInput()
124 graph->handleStopImmediatePhase(e); in LLVMFuzzerTestOneInput()
131 graph->handleStopWithFlushPhase(e); in LLVMFuzzerTestOneInput()
138 graph->handleResetPhase(e); in LLVMFuzzerTestOneInput()