Searched refs:CopyTextureToTextureCmd (Results 1 – 7 of 7) sorted by relevance
65 CopyTextureToTextureCmd* copy = in FreeCommands()66 commands->NextCommand<CopyTextureToTextureCmd>(); in FreeCommands()67 copy->~CopyTextureToTextureCmd(); in FreeCommands()243 commands->NextCommand<CopyTextureToTextureCmd>(); in SkipCommand()
145 struct CopyTextureToTextureCmd { struct
863 CopyTextureToTextureCmd* copy = in APICopyTextureToTextureHelper()864 allocator->Allocate<CopyTextureToTextureCmd>(Command::CopyTextureToTexture); in APICopyTextureToTextureHelper()
631 CopyTextureToTextureCmd* copy = in RecordCommands()632 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
788 CopyTextureToTextureCmd* copy = in Execute()789 mCommands.NextCommand<CopyTextureToTextureCmd>(); in Execute()
799 CopyTextureToTextureCmd* copy = in RecordCommands()800 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
852 CopyTextureToTextureCmd* copy =853 mCommands.NextCommand<CopyTextureToTextureCmd>();