Searched defs:OpenGlVersion (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 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) { [all …]
|
D | targeting.proto | 97 message OpenGlVersion { message
|