Searched refs:DrawTex (Results 1 – 6 of 6) sorted by relevance
49 assert(ctx->Driver.DrawTex); in draw_texture()50 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
858 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
296 functions->DrawTex = st_DrawTex; in st_init_drawtex_functions()
113 driver->DrawTex = _mesa_meta_DrawTex; in _mesa_init_driver_functions()
431 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member
3301 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()