HomeSort by relevance Sort by last modified time
    Searched full:type_map (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
glX_doc.py 209 print ' %-8s %-15s %s' % (s, output.packet_type( self.type_map ), output.name)
224 print ' %-8s %-15s %s' % (s, p.packet_type( self.type_map ), p.name)
234 self.type_map = {}
236 self.type_map[ "GL" + t.name ] = t.glx_name
glX_proto_recv.py 161 self.type_map = {}
171 self.type_map[ t_name ] = t.glx_name
215 return ' (%-8s)bswap_%-7s( pc + %2s )' % (t, self.type_map[ t_name ], o)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 55 type_map = { variable
117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name)
  /ndk/docs/Additional_library_docs/renderscript/
classandroid_1_1RSC_1_1Type.html 47 <img src="classandroid_1_1RSC_1_1Type.png" usemap="#android::RSC::Type_map" alt=""/>
48 <map id="android::RSC::Type_map" name="android::RSC::Type_map">
  /cts/tools/dasm/src/java_cup/
production.java 288 * @param type_map a hash table mapping labels to declared symbol types.
349 * @param type_map a hash table mapping labels to declared symbol types.

Completed in 530 milliseconds