Home
last modified time | relevance | path

Searched refs:ALLOCATION_ERROR (Results 1 – 17 of 17) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dsurface.cpp53 ThrowException(ALLOCATION_ERROR, "Surface::Init.firstvert"); in Init()
55 ThrowException(ALLOCATION_ERROR, "Surface::Init.firstelem"); in Init()
57 ThrowException(ALLOCATION_ERROR, "Surface::Init.numverts"); in Init()
59 ThrowException(ALLOCATION_ERROR, "Surface::Init.numelems"); in Init()
H A Dmd3.cpp32 if (!ent) ThrowException(ALLOCATION_ERROR, "MD3Loader::LoadMD3.ent"); in LoadMD3()
62 if (!file) ThrowException(ALLOCATION_ERROR, "MD3Loader::DumpMD3.file"); in DumpMD3()
93 if (!MD3file) ThrowException(ALLOCATION_ERROR ,"MD3Loader::ImportMD3.MD3file"); in ImportMD3()
152 if (!skins) ThrowException(ALLOCATION_ERROR, "MD3Loader::ReadMD3Data.skins"); in ReadMD3Data()
155 if (!triangles) ThrowException(ALLOCATION_ERROR, "MD3Loader::ReadMD3Data.triangles"); in ReadMD3Data()
158 if (!texcoords) ThrowException(ALLOCATION_ERROR, "MD3Loader::ReadMD3Data.texcoords"); in ReadMD3Data()
161 if (!vertices) ThrowException(ALLOCATION_ERROR, "MD3Loader::ReadMD3Data.vertices"); in ReadMD3Data()
H A Dapp.cpp133 if (!(gCommands = new Commands)) ThrowException(ALLOCATION_ERROR, "App:App.gCommands"); in App()
134 if (!(gVars = new Vars)) ThrowException(ALLOCATION_ERROR, "App:App.gVars"); in App()
135 if (!(gAlias = new Alias)) ThrowException(ALLOCATION_ERROR, "App:App.gAlias"); in App()
136 if (!(gLogFile = new LogFile)) ThrowException(ALLOCATION_ERROR, "App:App.gLogFile"); in App()
137 if (!(gRender = new Render)) ThrowException(ALLOCATION_ERROR, "App:App.gRender"); in App()
138 if (!(gConsole = new Console)) ThrowException(ALLOCATION_ERROR, "App:App.gConsole"); in App()
140 if (!(gOver = new Overlay)) ThrowException(ALLOCATION_ERROR, "App:App.gOver"); in App()
644 if (!world) ThrowException(ALLOCATION_ERROR, "App::LoadMap.world"); in LoadMap()
734 if (!clients) ThrowException(ALLOCATION_ERROR, "World::CreateClients.clients"); in CreateClients()
741 if (!demos) ThrowException(ALLOCATION_ERROR, "World::CreateClients.demos"); in CreateClients()
[all …]
H A Dsound.cpp294 if (!tmp) ThrowException(ALLOCATION_ERROR, "setBGMusic.tmp"); in setBGMusic()
299 if (!file_intro) ThrowException(ALLOCATION_ERROR, "setBGMusic.file_intro"); in setBGMusic()
310 if (!file_loop) ThrowException(ALLOCATION_ERROR, "setBGMusic.file_loop"); in setBGMusic()
371 if (!file) ThrowException(ALLOCATION_ERROR, "setBGMusic.file"); in setBGMusic()
514 if (!file) ThrowException(ALLOCATION_ERROR, "loadSound.file"); in loadSound()
H A Doverlay.cpp264 if (!verts) ThrowException(ALLOCATION_ERROR, "Overlay::CreateVerts"); in CreateVerts()
281 if (!quads) ThrowException(ALLOCATION_ERROR, "Overlay::CreateQuads"); in CreateQuads()
291 if (!elems) ThrowException(ALLOCATION_ERROR, "Overlay::CreateElems"); in CreateElems()
H A Dlayer.cpp22 if (!layer) ThrowException(ALLOCATION_ERROR, "LayerManager::CreateLayer.layer"); in CreateLayer()
H A Dfiles.cpp499 if (!(*dest)) ThrowException(ALLOCATION_ERROR, "LumpFile::ReadLump.(*dest)"); in ReadLump()
632 if (!packet) ThrowException(ALLOCATION_ERROR, "Files::LoadPacks.packet"); in LoadPacks()
635 if (!packet->name) ThrowException(ALLOCATION_ERROR, "Files::LoadPacks.packet->name"); in LoadPacks()
640 if (!packet->files) ThrowException(ALLOCATION_ERROR, "Files::LoadPacks.packet->files"); in LoadPacks()
1052 if (!ref) ThrowException(ALLOCATION_ERROR, "Files::AddShaderToList.ref"); in AddShaderToList()
1082 if (!ref) ThrowException(ALLOCATION_ERROR, "AddShadersFileToList.ref"); in AddShadersFileToList()
H A Dsystem.h184 ALLOCATION_ERROR = 2, enumerator
H A Dq3bsp.cpp555 if (!rel) ThrowException(ALLOCATION_ERROR, "Q3BSP::CreatePatchesGroups.rel"); in CreatePatchesGroups()
1752 if (!r_models) ThrowException(ALLOCATION_ERROR, "Q3BSP::LoadModels.r_models"); in LoadModels()
1971 if (!r_surfaces) ThrowException(ALLOCATION_ERROR, "Q3BSP::LoadFaces.r_surfaces"); in LoadFaces()
1974 if (!face_list) ThrowException(ALLOCATION_ERROR, "Q3BSP::LoadFaces.face_list"); in LoadFaces()
2089 ThrowException(ALLOCATION_ERROR, "Q3BSP::InitSurfaces.r_faces"); in InitSurfaces()
2091 ThrowException(ALLOCATION_ERROR, "Q3BSP::InitSurfaces.r_patches"); in InitSurfaces()
2093 ThrowException(ALLOCATION_ERROR, "Q3BSP::InitSurfaces.r_meshes"); in InitSurfaces()
2095 ThrowException(ALLOCATION_ERROR, "Q3BSP::InitSurfaces.r_flares"); in InitSurfaces()
2704 ThrowException(ALLOCATION_ERROR, "Q3BSP::CreateBrushr_planes"); in CreateBrush()
2715 ThrowException(ALLOCATION_ERROR, "Q3BSP::CreateBrush.r_brushsides"); in CreateBrush()
[all …]
H A Dbezierpatch.cpp187 if (!surfidx) ThrowException(ALLOCATION_ERROR, "PatchesGroup::Add.surfidx"); in Add()
H A Dsystem.cpp493 case ALLOCATION_ERROR: return "Allocation error"; in getExceptionDescription()
H A Dentity.cpp1078 if (!dest) ThrowException(ALLOCATION_ERROR, "EntityManager::Entity_value.dest"); in Entity_value_ex()
1555 if (!children) ThrowException(ALLOCATION_ERROR, "Entity::AddChild.children"); in AddChild()
H A Dconsole.cpp43 if (!breakPos) ThrowException(ALLOCATION_ERROR, "ConsLine::Init.breakPos"); in Init()
638 if (!ConsoleLines) ThrowException(ALLOCATION_ERROR, "Console::AddLine.ConsoleLines"); in AddLine()
/dports/science/siconos/siconos-4.4.0/externals/lbl/src/
H A Dlbl_mem.c18 SETERRQi(ALLOCATION_ERROR, in LBL_Calloc()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dlocalize.h32 #define ALLOCATION_ERROR "Required allocation failed" macro
/dports/science/siconos/siconos-4.4.0/externals/lbl/include/
H A Dlbl.h61 #define ALLOCATION_ERROR -1 macro
/dports/games/cake/cake_src/
H A Dmain.cpp848 if (!app) ThrowException(ALLOCATION_ERROR, "Couldn't create the application"); in main()