Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLType.cpp59 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ArrayType
181 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::ScalarType
231 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::MatrixType
350 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::StructType
402 bool isAllowedInES2() const override { in isAllowedInES2() function in SkSL::VectorType
809 bool Type::isAllowedInES2(const Context& context) const { in isAllowedInES2() function in SkSL::Type
DSkSLType.h198 virtual bool isAllowedInES2() const { in isAllowedInES2() function