Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.cpp64 static int findCType(const string& cType) { in findCType() argument
66 if (cType == TYPES[i].cType) { in findCType()
94 result.push_back(t.cType); in convertToTypeVector()
DSpecification.h47 const char* cType; // Type in a C file member
DGenerateTestFiles.cpp41 if (s == TYPES[i].cType) { in convertToRsType()