Searched refs:DrawTex (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | drawtex.c | 50 assert(ctx->Driver.DrawTex); 51 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
|
| H A D | dd.h | 962 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 D | drawtex.c | 50 assert(ctx->Driver.DrawTex); 51 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
|
| H A D | dd.h | 1051 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 D | 19.3.2.rst | 135 - meta: Cleanup function for DrawTex
|
| H A D | 20.0.0.rst | 3557 - meta: Cleanup function for DrawTex
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawtex.c | 351 functions->DrawTex = st_DrawTex;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawtex.c | 359 functions->DrawTex = st_DrawTex;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 114 driver->DrawTex = _mesa_meta_DrawTex;
|
| H A D | meta.h | 432 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member in struct:gl_meta_state
|
| H A D | meta.c | 3321 * 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 D | driverfuncs.c | 113 driver->DrawTex = _mesa_meta_DrawTex;
|
| H A D | meta.h | 371 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member in struct:gl_meta_state
|
| H A D | meta.c | 442 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.json | 23107 "description": "mesa/st: convert DrawTex to direct call", [all...] |
Completed in 134 milliseconds