Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DGenerateTestFiles.cpp261 *mJava << p->javaBaseType; in writeJavaArgumentClass()
553 string type = p->javaBaseType; in writeJavaVerifyVectorMethod()
682 mJava->indent() << p.javaBaseType << "[] " << p.javaArrayName << " = new " << p.javaBaseType in writeJavaArrayInitialization()
DSpecification.h82 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int" member
DSpecification.cpp216 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()