Home
last modified time | relevance | path

Searched refs:callParameterCount (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/particles/src/
DSkParticleBinding.cpp34 int callParameterCount() const override { return 1; } in callParameterCount() function in SkEffectExternalValue
102 int callParameterCount() const override { return 1; } in callParameterCount() function in SkPathExternalValue
213 int callParameterCount() const override { return 1; } in callParameterCount() function in SkBitmapExternalValue
/external/skia/src/sksl/
DSkSLExternalValue.h43 virtual int callParameterCount() const { in callParameterCount() function
DSkSLIRGenerator.cpp1858 int count = v->callParameterCount(); in call()
/external/skia/tests/
DSkSLInterpreterTest.cpp1188 int callParameterCount() const override { in callParameterCount() function in FunctionExternalValue
1252 int callParameterCount() const override { in callParameterCount() function in VectorFunctionExternalValue