Home
last modified time | relevance | path

Searched refs:DrawTex (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddrawtex.c53 ASSERT(ctx->Driver.DrawTex); in draw_texture()
54 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
Ddd.h783 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c292 functions->DrawTex = st_DrawTex; in st_init_drawtex_functions()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c112 driver->DrawTex = _mesa_meta_DrawTex; in _mesa_init_driver_functions()
Dmeta.c344 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member
3848 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()