Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h105 , fSamplerExternalOES_Type(new Type("samplerExternalOES", *fTextureExternalOES_Type)) in Context()
315 const std::unique_ptr<Type> fSamplerExternalOES_Type; variable
DSkSLGLSLCodeGenerator.cpp633 if (c.fArguments[0]->fType != *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()
1270 if (!fFoundExternalSamplerDecl && var.fVar->fType == *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()