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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexobj.c891 const struct gl_texture_image *img0, *img; local in function:_mesa_cube_level_complete
901 img0 = texObj->Image[0][level];
902 if (!img0 ||
903 img0->Width < 1 ||
904 img0->Width != img0->Height)
911 img->Width != img0->Width ||
912 img->Height != img0->Height ||
913 img->TexFormat != img0->TexFormat)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexobj.c855 const struct gl_texture_image *img0, *img; local in function:_mesa_cube_level_complete
865 img0 = texObj->Image[0][level];
866 if (!img0 ||
867 img0->Width < 1 ||
868 img0->Width != img0->Height)
875 img->Width != img0->Width ||
876 img->Height != img0->Height ||
877 img->TexFormat != img0->TexFormat)

Completed in 7 milliseconds