Home
last modified time | relevance | path

Searched defs:texType (Results 1 – 25 of 124) sorted by relevance

12345

/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DCubeMapHandler.cpp258 unsigned int texType, in CreateSpecularFacePart()
280 unsigned int texType, in CreateSpecularFace()
297 unsigned int texType, in UpdateSpecularFace()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreTextureManager.cpp78 const NameValuePairList* createParams, TextureType texType, int numMipmaps, Real gamma, in createOrRetrieve()
98 TexturePtr TextureManager::prepare(const String &name, const String& group, TextureType texType, in prepare()
109 TexturePtr TextureManager::load(const String &name, const String& group, TextureType texType, in load()
122 const Image &img, TextureType texType, int numMipmaps, Real gamma, bool isAlpha, in loadImage()
141 PixelFormat format, TextureType texType, in loadRawData()
157 TextureType texType, uint width, uint height, uint depth, int numMipmaps, in createManual()
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaOpenGLUtils.cpp162 const unsigned int texType = model->textureType; in ParseUnitTexture() local
435 GLuint texType = GL_TEXTURE_2D; in GetTextureTarget() local
500 const GLuint texType = GetTextureTarget(); in Bind() local
532 const GLuint texType = GetTextureTarget(); in Unbind() local
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreTextureManager.cpp74 const NameValuePairList* createParams, TextureType texType, int numMipmaps, Real gamma, in createOrRetrieve()
94 TexturePtr TextureManager::prepare(const String &name, const String& group, TextureType texType, in prepare()
105 TexturePtr TextureManager::load(const String &name, const String& group, TextureType texType, in load()
118 const Image &img, TextureType texType, int numMipmaps, Real gamma, bool isAlpha, in loadImage()
137 PixelFormat format, TextureType texType, in loadRawData()
153 TextureType texType, uint width, uint height, uint depth, int numMipmaps, in createManual()
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DTextureAtlas.cpp57 void* CTextureAtlas::AddTex(std::string name, int xsize, int ysize, TextureType texType) in AddTex()
75 int CTextureAtlas::AddTexFromMem(std::string name, int xsize, int ysize, TextureType texType, void*… in AddTexFromMem()
191 int CTextureAtlas::GetBPP(TextureType texType) in GetBPP()
H A DTextureAtlas.h118 TextureType texType; member
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DWorldObjectModelRenderer.h82 const UnitSet& GetUnitSet(int texType) { return units[texType]; } in GetUnitSet()
83 const FeatureSet& GetFeatureSet(int texType) { return features[texType]; } in GetFeatureSet()
84 const ProjectileSet& GetProjectileSet(int texType) { return projectiles[texType]; } in GetProjectileSet()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/
H A DEGLMediaPlayerImpl.java45 final protected TextureType texType; field in EGLMediaPlayerImpl
81 protected EGLMediaPlayerImpl(final TextureType texType, final boolean useKHRSync) { in EGLMediaPlayerImpl()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_textureloader.h45 QString texType; member
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/ipc/
H A DVRLayerChild.cpp88 auto texType = layers::TextureType::Unknown; in SubmitFrame() local
/dports/www/firefox/firefox-99.0/gfx/vr/ipc/
H A DVRLayerChild.cpp88 auto texType = layers::TextureType::Unknown; in SubmitFrame() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/ipc/
H A DVRLayerChild.cpp88 auto texType = layers::TextureType::Unknown; in SubmitFrame() local
/dports/textproc/jade/jade-1.2.1/jade/
H A Djade.cxx40 texType, enumerator
/dports/textproc/openjade/openjade-1.3.3-pre1/jade/
H A Djade.cxx40 texType, enumerator
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/plugins/
H A Drfx_tga.h88 int texType; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp407 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local
453 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
469 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
499 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tc… in createTestImage()
532 …eView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::Textu… in createTestImageView()
561 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage()
685 const TextureType texType = getTextureType(m_samplerType); in iterate() local
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/impl/
H A DFFMPEGv08Natives.java68 native int readNextPacket0(long moviePtr, int texTarget, int texFmt, int texType); in readNextPacket0()
H A DFFMPEGv10Natives.java68 native int readNextPacket0(long moviePtr, int texTarget, int texFmt, int texType); in readNextPacket0()
H A DFFMPEGv11Natives.java68 native int readNextPacket0(long moviePtr, int texTarget, int texFmt, int texType); in readNextPacket0()
H A DFFMPEGv09Natives.java68 native int readNextPacket0(long moviePtr, int texTarget, int texFmt, int texType); in readNextPacket0()
H A DFFMPEGNatives.java77 abstract int readNextPacket0(long moviePtr, int texTarget, int texFmt, int texType); in readNextPacket0()
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dimdload.cpp1071 char ch, texType[PATH_MAX]; in iV_ProcessIMD() local
1118 char ch, texType[PATH_MAX]; in iV_ProcessIMD() local
1157 char ch, texType[PATH_MAX]; in iV_ProcessIMD() local
/dports/devel/love/love-11.3/src/modules/graphics/
H A DTexture.h175 TextureType texType; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderSystem.h93 D3D9Mappings::eD3DTexType texType; member
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_srgb/
H A Dsrgb_pbo.c59 const GLenum texType = GL_UNSIGNED_INT_8_8_8_8_REV; variable

12345