Lines Matching refs:THPTextureSet
84 static void PushUsedTextureSet(THPTextureSet *buffer);
484 THPTextureSet *textureSet; in InitAllMessageQueue()
963 ActivePlayer.dispTextureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1000 THPTextureSet *textureSet; in PlayControl()
1007 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()
1037 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1052 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1096 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1106 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1113 if (textureSet && (textureSet != (THPTextureSet *)0xFFFFFFFF)) in PlayControl()
1410 static void PushUsedTextureSet(THPTextureSet *buffer) in PushUsedTextureSet()