Searched defs:ParamCapture (Results 1 – 2 of 2) sorted by relevance
28 struct ParamCapture : angle::NonCopyable struct35 ParamCapture &operator=(ParamCapture &&other); argument37 std::string name;38 ParamType type;39 ParamValue value;40 gl::GLenumGroup enumGroup; // only used for param type GLenum, GLboolean and GLbitfield41 ParamData data;42 int dataNElements = 0;66 ParamCapture &getParam(const char *paramName, ParamType paramType, int index); argument
3719 ParamCapture::ParamCapture() : type(ParamType::TGLenum), enumGroup(gl::GLenumGroup::DefaultGroup) {} in ParamCapture() function in angle::ParamCapture3721 ParamCapture::ParamCapture(const char *nameIn, ParamType typeIn) in ParamCapture() function in angle::ParamCapture3727 ParamCapture::ParamCapture(ParamCapture &&other) in ParamCapture() function in angle::ParamCapture