Searched refs:DrawTex (Results 1 – 5 of 5) sorted by relevance
53 ASSERT(ctx->Driver.DrawTex); in draw_texture()54 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
783 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
292 functions->DrawTex = st_DrawTex; in st_init_drawtex_functions()
112 driver->DrawTex = _mesa_meta_DrawTex; in _mesa_init_driver_functions()
344 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member3848 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()