Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp104 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::AliasType
544 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::TextureType
596 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::SamplerType
929 bool isArrayedTexture, bool isMultisampled, in MakeTextureType()
H A DSkSLType.h491 virtual bool isArrayedTexture() const { in isArrayedTexture() function