Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFrameCapture.h80 struct CallCapture struct
87 CallCapture &operator=(CallCapture &&other); argument
102 void captureCall(const gl::Context *context, CallCapture &&call); argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.h100 struct CallCapture struct
107 CallCapture &operator=(CallCapture &&other); argument
111 EntryPoint entryPoint;
112 std::string customFunctionName;
113 ParamBuffer params;
114 bool isActive = true;
DFrameCapture.cpp4162 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
4166 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() function in angle::CallCapture
4174 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture