Lines Matching defs:OpenGlVersion
755 type OpenGlVersion struct { struct
757 Major int32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"`
758 Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"`
759 XXX_NoUnkeyedLiteral struct{} `json:"-"`
760 XXX_unrecognized []byte `json:"-"`
761 XXX_sizecache int32 `json:"-"`
764 func (m *OpenGlVersion) Reset() { *m = OpenGlVersion{} }
765 func (m *OpenGlVersion) String() string { return proto.CompactTextString(m) }
766 func (*OpenGlVersion) ProtoMessage() {}
767 func (*OpenGlVersion) Descriptor() ([]byte, []int) {
771 func (m *OpenGlVersion) XXX_Unmarshal(b []byte) error {
774 func (m *OpenGlVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
777 func (m *OpenGlVersion) XXX_Merge(src proto.Message) {
780 func (m *OpenGlVersion) XXX_Size() int {
783 func (m *OpenGlVersion) XXX_DiscardUnknown() {
789 func (m *OpenGlVersion) GetMajor() int32 {
796 func (m *OpenGlVersion) GetMinor() int32 {