Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h101 struct CallCapture struct
108 CallCapture &operator=(CallCapture &&other); argument
112 EntryPoint entryPoint;
113 std::string customFunctionName;
114 ParamBuffer params;
115 bool isActive = true;
DFrameCapture.cpp4437 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
4441 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
4449 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture