Example #1
0
boolean ext_ghq_txfilter(unsigned char *src, int srcwidth, int srcheight, unsigned short srcformat,
                                uint64 g64crc, GHQTexInfo *info)
{
  boolean ret = 0;

  ret = txfilter(src, srcwidth, srcheight, srcformat,
                 g64crc, info);

  return ret;
}
Example #2
0
bool ext_ghq_txfilter(unsigned char *src, int srcwidth, int srcheight, unsigned short srcformat,
    uint64_t g64crc, GHQTexInfo *info)
{
    return txfilter(src, srcwidth, srcheight, srcformat, g64crc, info);;
}