Home
last modified time | relevance | path

Searched refs:texTypes (Results 1 – 6 of 6) sorted by relevance

/dports/devel/love/love-11.3/src/modules/graphics/
H A DTexture.cpp387 return texTypes.find(in, out); in getConstant()
392 return texTypes.find(in, out); in getConstant()
397 return texTypes.getNames(); in getConstants()
438 StringMap<TextureType, TEXTURE_MAX_ENUM> Texture::texTypes(Texture::texTypeEntries, sizeof(Texture:…
H A DTexture.h204 static StringMap<TextureType, TEXTURE_MAX_ENUM> texTypes; variable
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/
H A Drockgen.py859 texTypes = ['CLOUDS', 'MUSGRAVE', 'DISTORTED_NOISE', 'STUCCI', 'VORONOI']
864 type=texTypes[1]))
868 type=texTypes[4]))
873 type=texTypes[int(round(weibull(1, 1)[0] / 2.125))]))
877 type=texTypes[int(round(weibull(1, 1)[0] / 2.125))]))
882 type=texTypes[int(round(weibull(1, 1) / 2.125))]))
886 type=texTypes[int(round(weibull(1, 1) / 2.125))]))
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DAssParser.cpp776 const unsigned int texTypes[] = { in FindTextures() local
789 for (unsigned int n = 0; n < (sizeof(texTypes) / sizeof(texTypes[0])); n++) { in FindTextures()
792 … if (scene->mMaterials[0]->Get(AI_MATKEY_TEXTURE(texTypes[n], 0), textureFile) != aiReturn_SUCCESS) in FindTextures()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dfbo_firecube.c47 static GLuint texTypes[] = variable
601 texFormats[texType], texTypes[texType], NULL); in regen_texImage()
963 texFormats[texType], texTypes[texType], NULL); in init_fbotexture()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dfbo_firecube.c47 static GLuint texTypes[] = variable
601 texFormats[texType], texTypes[texType], NULL); in regen_texImage()
963 texFormats[texType], texTypes[texType], NULL); in init_fbotexture()