Home | History | Annotate | Download | only in command_buffer

Lines Matching refs:func_prefix

8339         func_prefix = "  %s %s(" % (ret_type, func.GetPepperName())
8340 file.Write(func_prefix)
8343 file.Write(",\n" + " " * len(func_prefix) + arg)