Lines Matching refs:THPTextureSet
81 static void PushUsedTextureSet(THPTextureSet *buffer);
495 THPTextureSet *textureSet; in InitAllMessageQueue()
974 ActivePlayer.dispTextureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_BLOCK); in THPPlayerSkip()
1011 THPTextureSet *textureSet; in PlayControl()
1018 textureSet = (THPTextureSet *)0xFFFFFFFF; in PlayControl()
1048 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1063 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1107 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1117 textureSet = (THPTextureSet *)PopDecodedTextureSet(OS_MESSAGE_NOBLOCK); in PlayControl()
1124 if (textureSet && (textureSet != (THPTextureSet *)0xFFFFFFFF)) in PlayControl()
1421 static void PushUsedTextureSet(THPTextureSet *buffer) in PushUsedTextureSet()