Home
last modified time | relevance | path

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

/frameworks/rs/api/
Dgen_runtime.cpp89 struct ParameterDefinition { struct
90 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 value
99 string mVectorSize;
103 string vectorWidth;
105 string specName; // e.g. x, as found in the spec file
106 string variableName; // e.g. inX, used both in .rs and .java
[all …]