Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.cpp70 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::AliasType
173 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ArrayType
308 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ScalarType
369 bool isAllowedInES2() const override { return false; } in isAllowedInES2() function in SkSL::AtomicType
409 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::MatrixType
527 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::StructType
580 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::VectorType
1118 bool Type::isAllowedInES2(const Context& context) const { in isAllowedInES2() function in SkSL::Type
DSkSLType.h235 virtual bool isAllowedInES2() const { in isAllowedInES2() function