Home
last modified time | relevance | path

Searched defs:getFVecComponent (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLPrefixExpression.h49 SKSL_FLOAT getFVecComponent(int index) const override { in getFVecComponent() function
DSkSLConstructor.h162 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent() function
DSkSLExpression.h116 virtual SKSL_FLOAT getFVecComponent(int n) const { in getFVecComponent() function