| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
| H A D | rs_divided_ui_capture.cpp | 57 std::shared_ptr<RSDividedUICaptureVisitor> visitor = in TakeLocalCapture() local 129 PostTaskToRTRecord(std::shared_ptr<ExtendRecordingCanvas> canvas, std::shared_ptr<RSRenderNode> node, std::shared_ptr<RSDividedUICaptureVisitor> visitor) PostTaskToRTRecord() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| H A D | rs_surface_render_node_three_test.cpp | 1066 std::shared_ptr<RSNodeVisitor> visitor = nullptr; in HWTEST_F() local 1102 std::shared_ptr<RSNodeVisitor> visitor = nullptr; HWTEST_F() local 1119 std::shared_ptr<RSNodeVisitor> visitor = nullptr; HWTEST_F() local [all...] |
| H A D | rs_render_node_test2.cpp | 83 std::shared_ptr<RSNodeVisitor> visitor = nullptr;
in HWTEST_F() local 1233 std::shared_ptr<RSNodeVisitor> visitor = nullptr;
in HWTEST_F() local
|
| H A D | rs_surface_render_node_test.cpp | 1273 std::shared_ptr<RSRenderThreadVisitor> visitor; in HWTEST_F() local 1290 std::shared_ptr<RSRenderThreadVisitor> visitor; in HWTEST_F() local
|
| H A D | rs_base_render_node_test.cpp | 296 std::shared_ptr<RSNodeVisitor> visitor = nullptr; in HWTEST_F() local 1150 std::shared_ptr<RSNodeVisitor> visitor; in HWTEST_F() local 1167 std::shared_ptr<RSNodeVisitor> visitor; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_render_thread_visitor_test.cpp | 735 RSRenderThreadVisitor visitor; in HWTEST_F() local 1039 RSRenderThreadVisitor visitor; HWTEST_F() local 1067 RSRenderThreadVisitor visitor; HWTEST_F() local 1112 RSRenderThreadVisitor visitor; HWTEST_F() local 1132 RSRenderThreadVisitor visitor; HWTEST_F() local 1160 RSRenderThreadVisitor visitor; HWTEST_F() local 1181 RSRenderThreadVisitor visitor; HWTEST_F() local 1204 RSRenderThreadVisitor visitor; HWTEST_F() local 1243 RSRenderThreadVisitor visitor; HWTEST_F() local 1260 RSRenderThreadVisitor visitor; HWTEST_F() local 1298 RSRenderThreadVisitor visitor; HWTEST_F() local 1312 RSRenderThreadVisitor visitor; HWTEST_F() local 1328 RSRenderThreadVisitor visitor; HWTEST_F() local 1366 RSRenderThreadVisitor visitor; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_effect_render_node.cpp | 48 void RSEffectRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() argument 58 void RSEffectRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() argument 67 void RSEffectRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process() argument [all...] |
| H A D | rs_canvas_render_node.cpp | 75 void RSCanvasRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() argument 84 void RSCanvasRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() argument 123 void RSCanvasRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_optimizer.cpp | 513 SimplifySourceVecVisitor visitor; in simplify_source_vectors() local
|
| H A D | sfn_instr_lds.cpp | 55 void LDSReadInstr::accept(InstrVisitor& visitor) in accept() argument 247 void LDSAtomicInstr::accept(InstrVisitor& visitor) in accept() argument
|
| H A D | sfn_instr_alugroup.cpp | 280 void AluGroup::accept(InstrVisitor& visitor) in accept() argument
|
| H A D | sfn_instr.cpp | 285 void Block::accept(InstrVisitor& visitor) in accept() argument
|
| H A D | sfn_instr_export.cpp | 72 void ExportInstr::accept(InstrVisitor& visitor) in accept() argument 190 void ScratchIOInstr::accept(InstrVisitor& visitor) in accept() argument 358 accept(InstrVisitor& visitor) accept() argument 445 accept(InstrVisitor& visitor) accept() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | microtask-queue.cc | 200 void MicrotaskQueue::IterateMicrotasks(RootVisitor* visitor) { in IterateMicrotasks() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | safepoint.cc | 263 void IsolateSafepoint::Iterate(RootVisitor* visitor) { in Iterate() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | blocklayout.h | 297 TraverseShaderVariables(const std::vector<T> &vars, bool isRowMajorLayout, ShaderVariableVisitor *visitor) TraverseShaderVariables() argument 308 TraverseActiveShaderVariables(const std::vector<T> &vars, bool isRowMajorLayout, ShaderVariableVisitor *visitor) TraverseActiveShaderVariables() argument
|
| /third_party/skia/src/core/ |
| H A D | SkStrikeCache.cpp | 63 auto visitor = [&counter](const SkStrike& strike) { in Dump() local 92 auto visitor = [&dump](const SkStrike& strike) { in DumpMemoryStatistics() local
|
| /third_party/vixl/examples/aarch32/ |
| H A D | disasm-a32.cc | 122 LocateSymbols(const Elf32_Ehdr* ehdr, const Elf32_Shdr* symtab, const Elf32_Shdr* strtab, VISITOR* visitor) LocateSymbols() argument
|
| /third_party/vixl/src/aarch64/ |
| H A D | decoder-aarch64.cc | 148 void Decoder::RemoveVisitor(DecoderVisitor* visitor) { in RemoveVisitor() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
| H A D | reflection.cc | 178 void ForEachFlag(std::function<void(CommandLineFlag&)> visitor) { in ForEachFlag() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_surface_capture_task_test.cpp | 460 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = in HWTEST_F() local 480 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = in HWTEST_F() local 502 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = HWTEST_F() local 522 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = HWTEST_F() local 541 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = HWTEST_F() local 561 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_ui_capture.cpp | 66 std::shared_ptr<RSUniUICaptureVisitor> visitor = in TakeLocalCapture() local 213 PostTaskToRSRecord(std::shared_ptr<ExtendRecordingCanvas> canvas, std::shared_ptr<RSRenderNode> node, std::shared_ptr<RSUniUICaptureVisitor> visitor) PostTaskToRSRecord() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | reloc-info.h | 314 void Visit(ObjectVisitor* visitor) { in Visit() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | class-debug-reader-generator.cc | 457 GenerateClassDebugReader(const ClassType& type, std::ostream& h_contents, std::ostream& cc_contents, std::ostream& visitor, std::ostream& class_names, std::unordered_set<const ClassType*>* done) GenerateClassDebugReader() argument 572 std::stringstream visitor; GenerateClassDebugReaders() local [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLAnalysis.cpp | 340 SampleOutsideMainVisitor visitor; in CallsSampleOutsideMain() local [all...] |