Home
last modified time | relevance | path

Searched refs:RemoveProgram (Results 1 – 11 of 11) sorted by relevance

/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaShaders.h45 void RemoveProgram(unsigned int progID);
H A DLuaShaders.cpp126 void LuaShaders::RemoveProgram(unsigned int progID) in RemoveProgram() function in LuaShaders
491 shaders.RemoveProgram(progID); in DeleteShader()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/implementation/
H A Dprogram_storage_impl.h46 void RemoveProgram(Program* program) override;
H A Dprogram_storage_impl.cpp118 void CProgramStorageObjectImpl::RemoveProgram(Program* program) in RemoveProgram() function in CProgramStorageObjectImpl
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/interface/
H A Dprogram_storage_object.h78 virtual void RemoveProgram(Program* program) = 0;
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/
H A Ddbusobjects.h155 void RemoveProgram(quint32 key);
H A Ddbusobjects.cpp400 void DBusTelevisionObject::RemoveProgram(quint32 key) in RemoveProgram() function in DBusTelevisionObject
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdaiface.h4185 virtual HRESULT STDMETHODCALLTYPE RemoveProgram(
4257 HRESULT (STDMETHODCALLTYPE *RemoveProgram)(
4292 #define IBDA_ConditionalAccess_RemoveProgram(This,usProgramNumber) (This)->lpVtbl->RemoveProgram(Th…
4329 return This->lpVtbl->RemoveProgram(This,usProgramNumber);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdaiface.h4185 virtual HRESULT STDMETHODCALLTYPE RemoveProgram(
4257 HRESULT (STDMETHODCALLTYPE *RemoveProgram)(
4292 #define IBDA_ConditionalAccess_RemoveProgram(This,usProgramNumber) (This)->lpVtbl->RemoveProgram(Th…
4329 return This->lpVtbl->RemoveProgram(This,usProgramNumber);
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dobject_interface.cpp355 m_programStorage->RemoveProgram(m_programStorage->GetProgram(m_selScript)); in EventProcess()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs19176 pub unsafe fn RemoveProgram(&self, usprogramnumber: u16) -> ::windows::runtime::Result<()> { in RemoveProgram() method