Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLVariable.h79 struct ScratchVariable { struct
83 static ScratchVariable MakeScratchVariable(const Context& context, argument
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.cpp558 using ScratchVariable = Variable::ScratchVariable; in inlineCall() typedef