Home
last modified time | relevance | path

Searched refs:checkIfUsableInArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.h627 bool checkIfUsableInArray(const Context& context, Position arrayPos) const;
H A DSkSLType.cpp1342 bool Type::checkIfUsableInArray(const Context& context, Position arrayPos) const { in checkIfUsableInArray() function in SkSL::Type
1378 if (!this->checkIfUsableInArray(context, arrayPos)) { in convertArraySize()
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLParser.cpp729 if (!base->checkIfUsableInArray(context, pos)) { in unsizedArrayType()