Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFrameCapture.h28 struct ParamCapture : angle::NonCopyable struct
35 ParamCapture &operator=(ParamCapture &&other); argument
37 std::string name;
38 ParamType type;
39 ParamValue value;
63 ParamCapture &getParam(const char *paramName, ParamType paramType, int index); argument
/third_party/skia/third_party/externals/angle2/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.cpp4058 ParamCapture::ParamCapture() : type(ParamType::TGLenum), enumGroup(gl::GLenumGroup::DefaultGroup) {} in ParamCapture() function in angle::ParamCapture
4060 ParamCapture::ParamCapture(const char *nameIn, ParamType typeIn) in ParamCapture() function in angle::ParamCapture
4066 ParamCapture::ParamCapture(ParamCapture &&other) in ParamCapture() function in angle::ParamCapture