Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h100 struct CallCapture struct
107 CallCapture &operator=(CallCapture &&other); argument
111 EntryPoint entryPoint;
112 std::string customFunctionName;
113 ParamBuffer params;
DFrameCapture.cpp3823 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
3827 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
3835 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture