Searched refs:ok (Results 1 – 4 of 4) sorted by relevance
4 if /I "%1" == "us" goto ok5 if /I "%1" == "jp" goto ok6 if /I "%1" == "eu" goto ok7 if /I "%1" == "kr" goto ok8 if /I "%1" == "cn" goto ok18 :ok label
4 goto ok11 :ok label
118 s32 ok = 0; in TCConvertToS3() local214 ok = S3TC_Encode( &s3RGB, &s3CMP, lyCmp->data, encodeFlag, NULL, NULL, NULL ); in TCConvertToS3()216 TCAssertMsg( (ok==0), "error: TCConvertToDDS: s3 encoding failed\n" ); in TCConvertToS3()