Home
last modified time | relevance | path

Searched refs:fIsDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h205 , fIsDepth(isDepth) in Type()
221 , fIsDepth(textureType.isDepth()) in Type()
387 return fIsDepth; in isDepth()
432 bool fIsDepth = false; variable
/third_party/skia/src/sksl/ir/
DSkSLType.cpp255 , fIsDepth(isDepth) in TextureType()
265 return fIsDepth; in isDepth()
284 bool fIsDepth; member in SkSL::TextureType