Searched refs:draw_texture (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | drawtex.c | 35 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() function 64 draw_texture(ctx, x, y, z, width, height); in _mesa_DrawTexf() 72 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]); in _mesa_DrawTexfv() 80 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexi() 89 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexiv() 98 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexs() 107 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexsv() 116 draw_texture(ctx, in _mesa_DrawTexx() 129 draw_texture(ctx, in _mesa_DrawTexxv()
|