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

/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java45 public String[] getChecks(String functionName) { argument
46 String[] checks = map.get(functionName);
48 (functionName.endsWith("fv") ||
49 functionName.endsWith("xv") ||
50 functionName.endsWith("iv"))) {
51 functionName = functionName.substring(0, functionName.length() - 2);
52 checks = map.get(functionName);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp48 const char* functionName = metadata.getExportFuncNameList()[slot]; local
49 Function* func = newModule->getFunction(functionName);
62 const char* functionName = metadata.getExportForEachNameList()[slot]; local
63 if (functionName == nullptr || !functionName[0]) {
71 source->getName().c_str(), functionName);
79 const Function* function = mergedModule->getFunction(functionName);
/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp309 const string& functionName = permutation.getName(); local
313 stream << "_Z" << mangleLongName(functionName);
315 cerr << "Error mangling " << functionName << ". See above message.\n"; local
320 mangling = functionName;

Completed in 183 milliseconds