Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddrawtex.c50 assert(ctx->Driver.DrawTex); in draw_texture()
51 ctx->Driver.DrawTex(ctx, x, y, z, width, height); in draw_texture()
Ddd.h976 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, member
/external/mesa3d/docs/relnotes/
D19.3.2.rst135 - meta: Cleanup function for DrawTex
D20.0.0.rst3557 - meta: Cleanup function for DrawTex
/external/angle/src/tests/gles1_conformance_tests/
DConformanceTests.cpp495 TEST_P(GLES1ConformanceTest, DrawTex) in TEST_P() argument
DCovglTests.cpp514 TEST_P(GLES1CovglTest, DrawTex) in TEST_P() argument
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c353 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.h371 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */ member
Dmeta.c441 meta_drawtex_cleanup(ctx, &ctx->Meta->DrawTex); in _mesa_meta_free()
3294 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()