Home
last modified time | relevance | path

Searched refs:_tnl_copy_pv (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex.h91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
Dt_vertex.c220 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv() function
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c241 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in _swsetup_Wakeup()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_render.c269 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in nv04_render_init()
Dnouveau_swtnl_t.c322 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in TAG()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c824 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonFallback()
870 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonInitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c716 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200Fallback()
943 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200InitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1246 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelFallback()
1283 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelInitTriFuncs()