Home
last modified time | relevance | path

Searched refs:FindTexture (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/d2x/d2x-0.2.5/arch/win32/d3dframe/
H A Dd3dtextr.cpp202 static TextureContainer* FindTexture( TCHAR* strTextureName ) in FindTexture() function
484 TextureContainer* ptcTexture = FindTexture( strName ); in D3DTextr_GetSurface()
498 TextureContainer* ptcTexture = FindTexture( strName ); in D3DTextr_GetTexture()
528 if( NULL != FindTexture( strName ) ) in D3DTextr_CreateTexture()
693 TextureContainer* ptcTexture = FindTexture( strName ); in D3DTextr_Restore()
735 TextureContainer* ptcTexture = FindTexture( strName ); in D3DTextr_Invalidate()
773 TextureContainer* ptcTexture = FindTexture( strName ); in D3DTextr_DestroyTexture()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_material.h194 int FindTexture(
241 int FindTexture(
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_material.h194 int FindTexture(
241 int FindTexture(
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dshared_hud.cpp362 DrawImageToBox(TexMan.FindTexture(icon, FTexture::TEX_Sprite), x, y, 31, 17); in DrawArmor()
1126 healthpic = TexMan.FindTexture("ARTIPTN2"); in HUD_InitHud()
1131 healthpic = TexMan.FindTexture("I_MDKT"); in HUD_InitHud()
1136 healthpic = TexMan.FindTexture("MEDIA0"); in HUD_InitHud()
1137 berserkpic = TexMan.FindTexture("PSTRA0"); in HUD_InitHud()
1147 invgems[0] = TexMan.FindTexture("INVGEML1"); in HUD_InitHud()
1148 invgems[1] = TexMan.FindTexture("INVGEML2"); in HUD_InitHud()
1149 invgems[2] = TexMan.FindTexture("INVGEMR1"); in HUD_InitHud()
1150 invgems[3] = TexMan.FindTexture("INVGEMR2"); in HUD_InitHud()
1152 fragpic = TexMan.FindTexture("HU_FRAGS"); // Sadly, I don't have anything usable for this. :( in HUD_InitHud()
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtaopengl.pas28 function FindTexture(AText: String; out ATextWidth, ATextHeight, in FindTexture() function
143 function TGLFreeTypeHelper.FindTexture(AText: String; in TGLFreeTypeHelper.FindTexture() function
177 textureID := FindTexture(AText, w, h, w2, h2);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtaopengl.pas28 function FindTexture(AText: String; out ATextWidth, ATextHeight, in FindTexture() function
143 function TGLFreeTypeHelper.FindTexture(AText: String; in TGLFreeTypeHelper.FindTexture() function
177 textureID := FindTexture(AText, w, h, w2, h2);
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtaopengl.pas28 function FindTexture(AText: String; out ATextWidth, ATextHeight, in FindTexture() function
143 function TGLFreeTypeHelper.FindTexture(AText: String; in TGLFreeTypeHelper.FindTexture() function
177 textureID := FindTexture(AText, w, h, w2, h2);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtaopengl.pas28 function FindTexture(AText: String; out ATextWidth, ATextHeight, in FindTexture() function
143 function TGLFreeTypeHelper.FindTexture(AText: String; in TGLFreeTypeHelper.FindTexture() function
177 textureID := FindTexture(AText, w, h, w2, h2);
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/GameInterface/Handlers/
H A DTerrainHandlers.cpp171 CTerrainTextureEntry* tex = g_TexMan.FindTexture(CStrW(*msg->name).ToUTF8()); in QUERYHANDLER()
293 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(CStrW(*msg->texture).ToUTF8()); in BEGIN_COMMAND()
385 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(CStrW(*msg->texture).ToUTF8()); in BEGIN_COMMAND()
464 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(CStrW(*msg->texture).ToUTF8()); in BEGIN_COMMAND()
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DTerrainTextureManager.h117 CTerrainTextureEntry* FindTexture(const CStr& tag) const;
H A DTerrainTextureManager.cpp73 CTerrainTextureEntry* CTerrainTextureManager::FindTexture(const CStr& tag_) const in FindTexture() function in CTerrainTextureManager
H A DMapReader.cpp241 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(texturename); in UnpackTerrain()
544 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(texture); in ReadTerrain()
1303 CTerrainTextureEntry* texentry = g_TexMan.FindTexture(textureNames[cur_terrain_tex]); in ParseTerrain()
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DAssParser.cpp717 static std::string FindTexture(std::string testTextureFile, const std::string& modelPath, const std… in FindTexture() function
745 return FindTexture(FileSystem::GetFilename(files[0]), "", ""); in FindTextureByRegex()
796 model->tex1 = FindTexture(textureFile.data, modelPath, model->tex1); in FindTextures()
802 model->tex1 = FindTexture(modelTable.GetString("tex1", ""), modelPath, model->tex1); in FindTextures()
803 model->tex2 = FindTexture(modelTable.GetString("tex2", ""), modelPath, model->tex2); in FindTextures()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dpsx_tman.h72 TextureInfo *FindTexture(uint32 id, uint32 age);
H A Dpsx_tman.cpp65 TextureInfo *TextureManager::FindTexture(uint32 id, uint32 age) { in FindTexture() function in ICB::TextureManager
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Dreadthis.cpp87 tex = TexMan.FindTexture(level.info->F1Pic); in Drawer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dmailbox_manager_sync.h54 Texture* FindTexture(MailboxManagerSync* manager);
H A Dmailbox_manager_sync.cc158 Texture* MailboxManagerSync::TextureGroup::FindTexture( in FindTexture() function in gpu::gles2::MailboxManagerSync::TextureGroup
209 Texture* texture = group->FindTexture(this); in ConsumeTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dmailbox_manager_sync.h54 Texture* FindTexture(MailboxManagerSync* manager);
H A Dmailbox_manager_sync.cc158 Texture* MailboxManagerSync::TextureGroup::FindTexture( in FindTexture() function in gpu::gles2::MailboxManagerSync::TextureGroup
209 Texture* texture = group->FindTexture(this); in ConsumeTexture()
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dtextures.cpp355 lumpinfo_t* FindTexture(const lumpinfo_t* const source) in FindTexture() function
569 found = FindTexture(miptex + i); in WriteMiptex()
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_library.h137 lcTexture* FindTexture(const char* TextureName, Project* CurrentProject, bool SearchProjectFolder);
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dfun3d.h83 extern void FindTexture(TextureInfo ** textureInfo, const char *file);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodel.h634 int FindTexture(int bm_handle);
635 int FindTexture(char *name);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodel.h654 int FindTexture(int bm_handle);
655 int FindTexture(const char* name);

12