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

/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java32 public String[] getChecks(String functionName) { argument
33 String[] checks = map.get(functionName);
35 (functionName.endsWith("fv") ||
36 functionName.endsWith("xv") ||
37 functionName.endsWith("iv"))) {
38 functionName = functionName.substring(0, functionName.length() - 2);
39 checks = map.get(functionName);

Completed in 15 milliseconds