Home
last modified time | relevance | path

Searched defs:getParam (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h230 const TVariable *getParam(size_t i) const { return mParameters[i]; } in getParam() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h326 const TVariable *getParam(size_t i) const { return mParameters[i]; } in getParam() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h183 const TParameter& getParam(int i) const { return parameters[i]; } in getParam() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp4104 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index) in getParam() function in angle::ParamBuffer
4112 const ParamCapture &ParamBuffer::getParam(const char *paramName, in getParam() function in angle::ParamBuffer