Lines Matching refs:GX2Surface
664 bool SNORMToUNORM(GX2Surface *pInSurface) in SNORMToUNORM()
711 GX2Surface *pSrcTextures = NULL; in _tmain()
712 GX2Surface *pTiledTextures = NULL; in _tmain()
713 GX2Surface *pMipmapTextures = NULL; in _tmain()
714 GX2Surface **ppTexturesToConvert = NULL; in _tmain()
715 GX2Surface *pConvertedTextures = NULL; in _tmain()
743 pSrcTextures = (GX2Surface*)malloc(sizeof(*pSrcTextures) * config.inFileCount); in _tmain()
746 ppTexturesToConvert = (GX2Surface**)malloc(sizeof(*ppTexturesToConvert) * config.inFileCount); in _tmain()
751 pMipmapTextures = (GX2Surface*)malloc(sizeof(*pMipmapTextures) * config.inFileCount); in _tmain()
755 pConvertedTextures = (GX2Surface*)malloc(sizeof(*pConvertedTextures) * config.inFileCount); in _tmain()
758 pTiledTextures = (GX2Surface*)malloc(sizeof(*pTiledTextures) * config.inFileCount); in _tmain()
827 GX2Surface retiledSurface; in _tmain()
881 memcpy(&pSrcTextures[count], &retiledSurface, sizeof(GX2Surface)); in _tmain()
947 GX2Surface texArray; in _tmain()
1005 GX2Surface mipSurface; in _tmain()