Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go755 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) {
[all …]
Dtargeting.proto97 message OpenGlVersion { message