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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py 55 p_string = ""
79 p_string = p_string + comma + p.name
107 if p_string == "":
112 % (dispatch, f.name, p_string, name, t_string, o_string)
glX_proto_send.py 817 p_string = ""
822 p_string += ", " + param.name
828 p_string += ", 1"
830 print ' %s(%s, %u%s );' % (self.pixel_stubs[f.name] , f.opcode_name(), dim, p_string)
    [all...]
gl_XML.py 754 p_string = ""
758 p_string = p_string + comma + p.name
761 return p_string
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 55 p_string = ""
79 p_string = p_string + comma + p.name
107 if p_string == "":
112 % (dispatch, f.name, p_string, name, t_string, o_string)
glX_proto_send.py 817 p_string = ""
822 p_string += ", " + param.name
828 p_string += ", 1"
830 print ' %s(%s, %u%s );' % (self.pixel_stubs[f.name] , f.opcode_name(), dim, p_string)
    [all...]
gl_XML.py 754 p_string = ""
758 p_string = p_string + comma + p.name
761 return p_string
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 510 struct p_string /* "Pascal string": prefixed by byte containing length */ struct
537 struct p_string p_name;
547 struct p_string p_name;
571 struct p_string p_name;
602 struct p_string p_name;
619 struct p_string p_name;
646 struct p_string p_name;
665 struct p_string p_name;
674 struct p_string p_name;
702 struct p_string p_name
    [all...]

Completed in 566 milliseconds