Searched defs:CallCapture (Results 1 – 3 of 3) sorted by relevance
80 struct CallCapture struct87 CallCapture &operator=(CallCapture &&other); argument102 void captureCall(const gl::Context *context, CallCapture &&call); argument
100 struct CallCapture struct107 CallCapture &operator=(CallCapture &&other); argument111 EntryPoint entryPoint;112 std::string customFunctionName;113 ParamBuffer params;114 bool isActive = true;
4162 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture4166 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture4174 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture