Home | History | Annotate | Download | only in tools

Lines Matching refs:POINTER

47         if self.name == "pointer":  # pointers map to the INT64 DataType
57 elif self.name == "pointer":
77 DataType.POINTER = DataType("pointer")
102 "GLeglImageOES":DataType.POINTER,
105 "GLsync":DataType.POINTER,
106 "GLDEBUGPROCKHR":DataType.POINTER,
193 <!--(if argtype == DataType.POINTER)-->
197 <!--(if retDataType == DataType.POINTER)-->
215 All pointer declarations are of type DataType.POINTER
220 return DataType.POINTER
225 e.g. "const GLChar* varName" -> (varName, POINTER) """
232 # if name is a pointer (e.g. "*ptr"), then remove the "*" from the name
240 # and make the datatype to be a pointer