Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils.h19 struct ParamCapture : angle::NonCopyable struct
26 ParamCapture &operator=(ParamCapture &&other); argument
39 using Captures = std::vector<ParamCapture>; argument
Dframe_capture_utils.cpp20 ParamCapture::ParamCapture() : type(ParamType::TGLenum), enumGroup(gl::GLESEnum::AllEnums) {} in ParamCapture() function in angle::ParamCapture
22 ParamCapture::ParamCapture(const char *nameIn, ParamType typeIn) in ParamCapture() function in angle::ParamCapture
31 ParamCapture::ParamCapture(ParamCapture &&other) in ParamCapture() function in angle::ParamCapture