Searched defs:ParameterDefinition (Results 1 – 1 of 1) sorted by relevance
79 struct ParameterDefinition { struct80 std::string rsType; // The Renderscript type, e.g. "uint3"81 std::string rsBaseType; // As above but without the number, e.g. "uint"82 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int"83 std::string specType; // The type found in the spec, e.g. "f16"84 bool isFloatType; // True if it's a floating point value88 std::string mVectorSize;92 std::string vectorWidth;94 std::string specName; // e.g. x, as found in the spec file95 std::string variableName; // e.g. inX, used both in .rs and .java[all …]