Home
last modified time | relevance | path

Searched defs:IntAttribute (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DIntAttribute.java21 public class IntAttribute extends Attribute { class
31 public IntAttribute (long type) { in IntAttribute() method in IntAttribute
35 public IntAttribute (long type, int value) { in IntAttribute() method in IntAttribute
/external/opencv3/3rdparty/openexr/IlmImf/
DImfIntAttribute.h52 typedef TypedAttribute<int> IntAttribute; typedef
/external/tinyxml2/
Dtinyxml2.h884 …int IntAttribute( const char* name ) const { int i=0; QueryIntAttribute( nam… in IntAttribute() function