Lines Matching refs:out_file
189 with open(out_file_name_gles, 'w') as out_file:
198 out_file.write(output_cpp)
199 out_file.close()
232 with open(out_file_name_gl, 'w') as out_file:
241 out_file.write(output_cpp)
242 out_file.close()
267 with open(out_file_name_cl, 'w') as out_file:
275 out_file.write(output_cpp)
276 out_file.close()
278 with open(out_file_name_cl_map, 'w') as out_file:
281 out_file.write(output_map)
282 out_file.close()