Searched defs:Attribute (Results 1 – 7 of 7) sorted by relevance
24 struct Attribute { struct29 Attribute attributes[] = { argument
19 class Attribute; variable
25 class Attribute; variable
65 std::vector<llvm::AttributeSet> Attribute; variable
360 struct Attribute { struct in android::EGLAttributeVector361 Attribute() {}; in Attribute() argument362 Attribute(EGLint v) : v(v) { } in Attribute() argument363 EGLint v;364 bool operator < (const Attribute& other) const { in operator <()