Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFrameCapture.h95 struct CallCapture struct
102 CallCapture &operator=(CallCapture &&other); argument
106 gl::EntryPoint entryPoint;
107 std::string customFunctionName;
108 ParamBuffer params;
DFrameCapture.cpp3074 CallCapture::CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
3078 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
3086 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture