Searched refs:DrawTex (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | drawtex.c | 50 assert(ctx->Driver.DrawTex); in draw_texture() 51 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
|
D | dd.h | 976 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.2.rst | 135 - meta: Cleanup function for DrawTex
|
D | 20.0.0.rst | 3557 - meta: Cleanup function for DrawTex
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | ConformanceTests.cpp | 489 TEST_P(GLES1ConformanceTest, DrawTex) in TEST_P() argument
|
D | CovglTests.cpp | 514 TEST_P(GLES1CovglTest, DrawTex) in TEST_P() argument
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 353 functions->DrawTex = st_DrawTex; in st_init_drawtex_functions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 371 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member
|
D | driverfuncs.c | 113 driver->DrawTex = _mesa_meta_DrawTex; in _mesa_init_driver_functions()
|
D | meta.c | 441 meta_drawtex_cleanup(ctx, &ctx->Meta->DrawTex); in _mesa_meta_free() 3294 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()
|