Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DFloatAttribute.java23 public class FloatAttribute extends Attribute { class
40 public FloatAttribute (long type) { in FloatAttribute() method in FloatAttribute
44 public FloatAttribute (long type, float value) { in FloatAttribute() method in FloatAttribute
/external/opencv3/3rdparty/openexr/IlmImf/
DImfFloatAttribute.h52 typedef TypedAttribute<float> FloatAttribute; typedef
/external/tinyxml2/
Dtinyxml2.h892 …float FloatAttribute( const char* name ) const { float f=0; QueryFloatAttribute( name, &… in FloatAttribute() function