Home
last modified time | relevance | path

Searched defs:isArrayedTexture (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLType.cpp268 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::TextureType
310 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::SamplerType
464 bool isArrayedTexture, bool isMultisampled, in MakeTextureType()
DSkSLType.h415 virtual bool isArrayedTexture() const { in isArrayedTexture() function