Searched refs:DrawTex (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawtex.c50 assert(ctx->Driver.DrawTex);
51 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
H A Ddd.h962 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddrawtex.c50 assert(ctx->Driver.DrawTex);
51 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
H A Ddd.h1051 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.2.rst135 - meta: Cleanup function for DrawTex
H A D20.0.0.rst3557 - meta: Cleanup function for DrawTex
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c351 functions->DrawTex = st_DrawTex;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c359 functions->DrawTex = st_DrawTex;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c114 driver->DrawTex = _mesa_meta_DrawTex;
H A Dmeta.h432 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member in struct:gl_meta_state
H A Dmeta.c3321 * Meta implementation of ctx->Driver.DrawTex() in terms
3328 struct drawtex_state *drawtex = &ctx->Meta->DrawTex;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c113 driver->DrawTex = _mesa_meta_DrawTex;
H A Dmeta.h371 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member in struct:gl_meta_state
H A Dmeta.c442 meta_drawtex_cleanup(ctx, &ctx->Meta->DrawTex);
3289 * Meta implementation of ctx->Driver.DrawTex() in terms
3296 struct drawtex_state *drawtex = &ctx->Meta->DrawTex;
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json23107 "description": "mesa/st: convert DrawTex to direct call",
[all...]

Completed in 134 milliseconds