Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.h78 struct ParameterDefinition { struct
79 std::string rsType; // The Renderscript type, e.g. "uint3"
80 std::string rsBaseType; // As above but without the number, e.g. "uint"
81 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int"
82 std::string specType; // The type found in the spec, e.g. "f16"
83 bool isFloatType; // True if it's a floating point value
87 std::string mVectorSize;
91 std::string vectorWidth;
116 void parseParameterDefinition(const std::string& type, const std::string& name, argument