Home
last modified time | relevance | path

Searched defs:CallCapture (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
Dframe_capture_utils.h98 struct CallCapture struct
105 CallCapture &operator=(CallCapture &&other); argument
109 EntryPoint entryPoint;
110 std::string customFunctionName;
111 ParamBuffer params;
112 bool isActive = true;
Dframe_capture_utils.cpp138 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
142 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
150 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture