Searched refs:draw_texture (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawtex.c32 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, function in typeref:typename:void
61 draw_texture(ctx, x, y, z, width, height);
69 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
77 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
95 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
104 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
113 draw_texture(ctx,
126 draw_texture(ctx,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddrawtex.c32 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, function in typeref:typename:void
61 draw_texture(ctx, x, y, z, width, height);
69 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
77 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
95 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
104 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
113 draw_texture(ctx,
126 draw_texture(ctx,

Completed in 2 milliseconds