Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = { argument
/frameworks/compile/mclinker/include/mcld/MC/
DAttributeSet.h19 class Attribute; variable
DMCLDInput.h25 class Attribute; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp360 struct Attribute { struct in android::EGLAttributeVector
361 Attribute() {}; in Attribute() argument
362 Attribute(EGLint v) : v(v) { } in Attribute() argument
363 EGLint v;
364 bool operator < (const Attribute& other) const { in operator <()