Searched refs:write_record (Results 1 – 2 of 2) sorted by relevance
192 write_record(struct gl_context *ctx, GLuint value) in write_record() function247 write_record( ctx, ctx->Select.NameStackDepth ); in write_hit_record()248 write_record( ctx, zmin ); in write_hit_record()249 write_record( ctx, zmax ); in write_hit_record()251 write_record( ctx, ctx->Select.NameStack[i] ); in write_hit_record()
32 static int write_record(char *buf);326 if(write_record(SREC3_START)) /* write the header */ in save_serial()357 if(write_record(record)) in save_serial()366 if(write_record(SREC3_END)) /* write the final record */ in save_serial()371 static int write_record(char *buf) in write_record() function