Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp152 , fSampler2D(Type::MakeSamplerType("sampler2D", *fTexture2D_sample))
153 , fSamplerExternalOES(Type::MakeSamplerType("samplerExternalOES", *fTextureExternalOES))
154 , fSampler2DRect(Type::MakeSamplerType("sampler2DRect", *fTexture2DRect))
/external/skia/src/sksl/ir/
DSkSLType.h169 static std::unique_ptr<Type> MakeSamplerType(const char* name, const Type& textureType);
DSkSLType.cpp828 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType() function in SkSL::Type