Searched defs:CallCapture (Results 1 – 2 of 2) sorted by relevance
101 struct CallCapture struct108 CallCapture &operator=(CallCapture &&other); argument112 EntryPoint entryPoint;113 std::string customFunctionName;114 ParamBuffer params;115 bool isActive = true;
4437 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture4441 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture4449 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture