Searched refs:cType (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/script_api/
H A DSpecification.cpp63 // Returns the index in TYPES for the provided cType
64 static int findCType(const string& cType) { argument
66 if (cType == TYPES[i].cType) {
94 result.push_back(t.cType);
H A DSpecification.h47 const char* cType; // Type in a C file member in struct:NumericalType
H A DGenerateTestFiles.cpp41 if (s == TYPES[i].cType) {

Completed in 267 milliseconds