Home
last modified time | relevance | path

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

/external/skia/src/sksl/dsl/
DDSLVar.cpp98 DSLGlobalVar::DSLGlobalVar() : DSLVarBase(SkSL::VariableStorage::kGlobal) {} in DSLGlobalVar() function in SkSL::dsl::DSLGlobalVar
100 DSLGlobalVar::DSLGlobalVar(DSLType type, std::string_view name, DSLExpression initialValue, in DSLGlobalVar() function in SkSL::dsl::DSLGlobalVar
105 DSLGlobalVar::DSLGlobalVar(const DSLModifiers& modifiers, DSLType type, std::string_view name, in DSLGlobalVar() function in SkSL::dsl::DSLGlobalVar
110 DSLGlobalVar::DSLGlobalVar(const char* name) in DSLGlobalVar() function in SkSL::dsl::DSLGlobalVar
/external/skia/src/sksl/
DSkSLParser.h44 class DSLGlobalVar; variable