Searched refs:needLambda (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c486 GLboolean needLambda; local in function:interpolate_texcoords
507 needLambda = (samp->MinFilter != samp->MagFilter)
514 needLambda = GL_FALSE;
523 needLambda = GL_FALSE;
526 if (needLambda) {
H A Ds_texfilter.c3719 const GLboolean needLambda = local in function:_swrast_choose_texture_sample_func
3727 else if (needLambda) {
3741 else if (needLambda) {
3774 if (needLambda) {
3785 if (needLambda) {
3799 else if (needLambda) {
3813 else if (needLambda) {
3827 else if (needLambda) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c486 GLboolean needLambda; local in function:interpolate_texcoords
507 needLambda = (samp->Attrib.MinFilter != samp->Attrib.MagFilter)
514 needLambda = GL_FALSE;
523 needLambda = GL_FALSE;
526 if (needLambda) {
H A Ds_texfilter.c3720 const GLboolean needLambda = local in function:_swrast_choose_texture_sample_func
3728 else if (needLambda) {
3742 else if (needLambda) {
3775 if (needLambda) {
3786 if (needLambda) {
3800 else if (needLambda) {
3814 else if (needLambda) {
3828 else if (needLambda) {

Completed in 25 milliseconds