Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp76 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::AliasType
219 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ArrayType
379 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ScalarType
453 bool isAllowedInES2() const override { return false; } in isAllowedInES2() function in SkSL::AtomicType
502 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::MatrixType
667 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::StructType
764 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::VectorType
1299 bool Type::isAllowedInES2(const Context& context) const { in isAllowedInES2() function in SkSL::Type
H A DSkSLType.h246 virtual bool isAllowedInES2() const { in isAllowedInES2() function