Home
last modified time | relevance | path

Searched defs:ProgramNode (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc79 struct ProgramNode : public Castable<ProgramNode, Cloneable> { struct
80 ProgramNode(Allocator* alloc, ProgramID id, ProgramID cloned_id) in ProgramNode() argument
83 Allocator* const allocator;
84 const ProgramID program_id;
85 const ProgramID cloned_program_id;
87 ProgramNode* Clone(CloneContext*) const override { in Clone()