Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddrawtex.c49 assert(ctx->Driver.DrawTex); in draw_texture()
50 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
Ddd.h858 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c296 functions->DrawTex = st_DrawTex; in st_init_drawtex_functions()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c113 driver->DrawTex = _mesa_meta_DrawTex; in _mesa_init_driver_functions()
Dmeta.h431 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member
Dmeta.c3301 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()