Home
last modified time | relevance | path

Searched refs:fSkSLType (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/sksl/
DDSLType.h101 bool hasValue() const { return fSkSLType != nullptr; } in hasValue()
179 SkASSERT(fSkSLType); in skslType()
180 return *fSkSLType; in skslType()
183 const SkSL::Type* fSkSLType = nullptr; variable
/external/skia/src/sksl/dsl/
DDSLType.cpp187 : fSkSLType(verify_type(ThreadContext::Context(), in DSLType()
193 : fSkSLType(find_type(ThreadContext::Context(), pos, name)) {} in DSLType()
196 : fSkSLType(find_type(ThreadContext::Context(), in DSLType()
203 : fSkSLType(verify_type(ThreadContext::Context(), type, /*allowGenericTypes=*/true, pos)) {} in DSLType()