Searched refs:ftype (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/tools/glgen/src/
H A DCFunc.java8 CType ftype; field in class:CFunc
33 public void setType(CType ftype) { argument
34 this.ftype = ftype;
38 return ftype;
85 String s = "Function " + fname + " returns " + ftype + ": ";
100 CType ftype = new CType();
103 ftype.setIsConst(true);
106 ftype.setBaseType(ftypeName);
110 ftype
[all...]
H A DJFunc.java10 JType ftype; field in class:JFunc
37 public void setType(JType ftype) { argument
38 this.ftype = ftype;
42 return ftype;
144 String s = "Function " + fname + " returns " + ftype + ": ";

Completed in 23 milliseconds