Searched refs:pFormatStr (Results 1 – 3 of 3) sorted by relevance
97 BOOL TC2API TC2GX2SurfaceFormatFromStr(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
40 typedef bool (*PTC2GX2SurfaceFormatFromStr)(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
274 bool FormatsMatch(const char* pFormatStr, GX2SurfaceFormat otherFormat ) in FormatsMatch() argument277 if(0 == strcmp(pOtherStr, pFormatStr)) in FormatsMatch()285 if(0 == strcmp(pFormatStr, FormatTypeToString((GX2SurfaceFormat)i))) in FormatsMatch()