Searched defs:Attribute (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = {
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h83 /** \class Attribute
88 * onto AttributeBase, and modifiers remains with the class Attribute.
90 class Attribute : public AttributeBase class in namespace:mcld
164 bool isLegal(const Attribute& pAttr) const;
187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
202 Attribute* attr()
205 const Attribute* attr() const
221 void change(Attribute* pBase)
226 Attribute *m_pBase;
231 inline bool operator== (const Attribute
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp278 struct Attribute;
281 KeyedVector<Attribute, EGLint> mList;
282 struct Attribute { struct in class:android::EGLAttributeVector
283 Attribute() {}; function in struct:android::EGLAttributeVector::Attribute
284 Attribute(EGLint v) : v(v) { } function in struct:android::EGLAttributeVector::Attribute
286 bool operator < (const Attribute& other) const {

Completed in 1845 milliseconds