Searched refs:MakeSamplerType (Results 1 – 3 of 3) sorted by relevance
152 , fSampler2D(Type::MakeSamplerType("sampler2D", *fTexture2D_sample))153 , fSamplerExternalOES(Type::MakeSamplerType("samplerExternalOES", *fTextureExternalOES))154 , fSampler2DRect(Type::MakeSamplerType("sampler2DRect", *fTexture2DRect))
169 static std::unique_ptr<Type> MakeSamplerType(const char* name, const Type& textureType);
828 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType() function in SkSL::Type