HomeSort by relevance Sort by last modified time
    Searched refs:undef_list (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py 43 self.undef_list.append( "KEYWORD1" )
44 self.undef_list.append( "KEYWORD1_ALT" )
45 self.undef_list.append( "KEYWORD2" )
46 self.undef_list.append( "NAME" )
47 self.undef_list.append( "DISPATCH" )
48 self.undef_list.append( "RETURN_DISPATCH" )
49 self.undef_list.append( "DISPATCH_TABLE_NAME" )
50 self.undef_list.append( "UNUSED_TABLE_NAME" )
51 self.undef_list.append( "TABLE_ENTRY" )
gl_XML.py 116 self.undef_list = []
150 if self.undef_list:
152 for u in self.undef_list:
184 The name is also added to the file's undef_list.
186 self.undef_list.append("PURE")
203 The name is also added to the file's undef_list.
206 self.undef_list.append("FASTCALL")
223 The name is also added to the file's undef_list.
226 self.undef_list.append(S)
243 The name is also added to the file's undef_list
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 43 self.undef_list.append( "KEYWORD1" )
44 self.undef_list.append( "KEYWORD1_ALT" )
45 self.undef_list.append( "KEYWORD2" )
46 self.undef_list.append( "NAME" )
47 self.undef_list.append( "DISPATCH" )
48 self.undef_list.append( "RETURN_DISPATCH" )
49 self.undef_list.append( "DISPATCH_TABLE_NAME" )
50 self.undef_list.append( "UNUSED_TABLE_NAME" )
51 self.undef_list.append( "TABLE_ENTRY" )
gl_XML.py 116 self.undef_list = []
150 if self.undef_list:
152 for u in self.undef_list:
184 The name is also added to the file's undef_list.
186 self.undef_list.append("PURE")
203 The name is also added to the file's undef_list.
206 self.undef_list.append("FASTCALL")
223 The name is also added to the file's undef_list.
226 self.undef_list.append(S)
243 The name is also added to the file's undef_list
    [all...]

Completed in 73 milliseconds