Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h28 struct ParamCapture : angle::NonCopyable struct
35 ParamCapture &operator=(ParamCapture &&other); argument
37 std::string name;
38 ParamType type;
39 ParamValue value;
40 gl::GLenumGroup enumGroup; // only used for param type GLenum, GLboolean and GLbitfield
41 ParamData data;
42 int dataNElements = 0;
66 ParamCapture &getParam(const char *paramName, ParamType paramType, int index); argument
DFrameCapture.cpp3719 ParamCapture::ParamCapture() : type(ParamType::TGLenum), enumGroup(gl::GLenumGroup::DefaultGroup) {} in ParamCapture() function in angle::ParamCapture
3721 ParamCapture::ParamCapture(const char *nameIn, ParamType typeIn) in ParamCapture() function in angle::ParamCapture
3727 ParamCapture::ParamCapture(ParamCapture &&other) in ParamCapture() function in angle::ParamCapture