Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5637 struct ParamValueTrait struct
5643 struct ParamValueTrait<gl::FramebufferID> struct
5645 static constexpr const char *name = "framebufferPacked";
5646 static const ParamType typeID = ParamType::TFramebufferID;
5658 struct ParamValueTrait<gl::BufferID> struct
5660 static constexpr const char *name = "bufferPacked";
5661 static const ParamType typeID = ParamType::TBufferID;
5665 struct ParamValueTrait<gl::RenderbufferID> struct
5667 static constexpr const char *name = "renderbufferPacked";
5668 static const ParamType typeID = ParamType::TRenderbufferID;
[all …]