Home
last modified time | relevance | path

Searched refs:rsBaseType (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/api/
DSpecification.cpp148 getVectorSizeAndBaseType(rsType, mVectorSize, rsBaseType); in parseParameterDefinition()
149 typeIndex = findCType(rsBaseType); in parseParameterDefinition()
730 << "Could not find " << def->rsBaseType in FunctionPermutation()
DSpecification.h81 std::string rsBaseType; // As above but without the number, e.g. "uint" member
DGenerateTestFiles.cpp205 const string capitalizedBaseType = capitalize(p->rsBaseType); in PermutationWriter()