Home
last modified time | relevance | path

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

/frameworks/rs/api/
DGenerateTestFiles.cpp255 *mJava << p->javaBaseType; in writeJavaArgumentClass()
517 string type = p->javaBaseType; in writeJavaVerifyVectorMethod()
594 mJava->indent() << p.javaBaseType << "[] " << p.javaArrayName << " = new " << p.javaBaseType in writeJavaArrayInitialization()
DSpecification.h81 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int" member
DSpecification.cpp193 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()