Home
last modified time | relevance | path

Searched refs:InFragmentProcessor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/
DSkSLThreadContext.h144 static bool InFragmentProcessor() { in InFragmentProcessor() function
159 static bool InFragmentProcessor() { in InFragmentProcessor() function
/third_party/skia/src/sksl/dsl/
DDSLStatement.cpp65 if (fStatement && ThreadContext::InFragmentProcessor()) { in ~DSLStatement()
DDSLVar.cpp48 if (ThreadContext::InFragmentProcessor()) { in DSLVarBase()
DDSLExpression.cpp100 if (fExpression && ThreadContext::InFragmentProcessor()) { in ~DSLExpression()
DDSLCore.cpp55 SkASSERTF(!ThreadContext::InFragmentProcessor(), in End()