Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLType.cpp278 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::TextureType
320 bool isArrayedTexture() const override { in isArrayedTexture() function in SkSL::SamplerType
474 bool isArrayedTexture, bool isMultisampled, in MakeTextureType()
DSkSLType.h420 virtual bool isArrayedTexture() const { in isArrayedTexture() function