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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c1049 const struct gl_texture_object *texObj2D; local in function:_swrast_choose_triangle
1055 texObj2D = ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX];
1058 else if (texObj2D)
1059 samp = &texObj2D->Sampler;
1063 texImg = texObj2D ? _mesa_base_tex_image(texObj2D) : NULL;
1067 minFilter = texObj2D ? samp->MinFilter : GL_NONE;
1068 magFilter = texObj2D ? samp->MagFilter : GL_NONE;
1079 && texObj2D->_Swizzle == SWIZZLE_NOOP
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c1049 const struct gl_texture_object *texObj2D; local in function:_swrast_choose_triangle
1055 texObj2D = ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX];
1058 else if (texObj2D)
1059 samp = &texObj2D->Sampler;
1063 texImg = texObj2D ? _mesa_base_tex_image(texObj2D) : NULL;
1067 minFilter = texObj2D ? samp->Attrib.MinFilter : GL_NONE;
1068 magFilter = texObj2D ? samp->Attrib.MagFilter : GL_NONE;
1079 && texObj2D->Attrib._Swizzle == SWIZZLE_NOOP

Completed in 4 milliseconds