Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h325 size_t getParamCount() const { return mParamCount; } in getParamCount() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h182 size_t getParamCount() const { return parameters.size(); } in getParamCount() function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h311 virtual int getParamCount() const { return static_cast<int>(parameters.size()); } in getParamCount() function