Searched refs:radeonSetTexMaxAnisotropy (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c141 static void radeonSetTexMaxAnisotropy( radeonTexObjPtr t, GLfloat max ) function in typeref:typename:void
318 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy);
422 radeonSetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c141 static void radeonSetTexMaxAnisotropy( radeonTexObjPtr t, GLfloat max ) function in typeref:typename:void
318 radeonSetTexMaxAnisotropy(t , samp->Attrib.MaxAnisotropy);
423 radeonSetTexMaxAnisotropy( t, t->base.Sampler.Attrib.MaxAnisotropy );

Completed in 3 milliseconds