Searched defs:CallCapture (Results 1 – 2 of 2) sorted by relevance
95 struct CallCapture struct102 CallCapture &operator=(CallCapture &&other); argument106 gl::EntryPoint entryPoint;107 std::string customFunctionName;108 ParamBuffer params;
3074 CallCapture::CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture3078 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture3086 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture