Searched defs:CallCapture (Results 1 – 2 of 2) sorted by relevance
100 struct CallCapture struct107 CallCapture &operator=(CallCapture &&other); argument111 EntryPoint entryPoint;112 std::string customFunctionName;113 ParamBuffer params;
3823 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture3827 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture3835 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture