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

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java17 public class CType { class
23 public CType() { method in class:CType
26 public CType(String baseType) { method in class:CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { method in class:CType
110 if (o != null && o instanceof CType) {
111 CType c = (CType)o;

Completed in 174 milliseconds