Home
last modified time | relevance | path

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

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