Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h111 , fSamplerBuffer_Type(new Type("samplerBuffer", *fTextureBuffer_Type)) in Context()
149 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type))) in Context()
321 const std::unique_ptr<Type> fSamplerBuffer_Type; variable