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