Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.h95 const std::unique_ptr<Type> fSamplerExternalOES; variable
DSkSLBuiltinTypes.cpp118 , fSamplerExternalOES(Type::MakeSamplerType("samplerExternalOES", *fTextureExternalOES)) in BuiltinTypes()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp610 if (arg0Type != *fContext.fTypes.fSamplerExternalOES) { in writeFunctionCall()
1202 if (!fFoundExternalSamplerDecl && var.var().type() == *fContext.fTypes.fSamplerExternalOES) { in writeVarDeclaration()