Home
last modified time | relevance | path

Searched refs:textureMapper (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp83 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local
86 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
93 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand() local
96 ResTexture texture = textureMapper.GetTexture(); in SetTextureMipmapCommand()
110 u32* command = textureMapper.GetCommandCache(); in SetTextureMipmapCommand()
224 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local
227 ResPixelBasedTextureMapper cloneTextureMapper = ResPixelBasedTextureMapper(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
236 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResPixelBasedTextureMapper_CloneDynamic()
260 textureMapper->toSampler.set_ptr(textureSampler); in ResPixelBasedTextureMapper_CloneDynamic()
261 textureSampler->toOwner.set_ptr(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
[all …]
Dgfx_ResMaterial.cpp103 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup() local
104 if (textureMapper.IsValid()) in Cleanup()
106 textureMapper.Cleanup(); in Cleanup()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleMaterialActivator.cpp109 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
113 materialHash.textureMapper = textureMappersHash; in Activate()
Dgfx_Material.cpp422 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
424 if (!textureMapper.IsValid()) in CopyResMaterial()
430 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()
440 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
442 if (!textureMapper.IsValid()) in CopyResMaterial()
448 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
Dgfx_SimpleMaterialActivator.cpp126 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
130 materialHash.textureMapper = textureMappersHash; in Activate()
Dgfx_MaterialActivator.cpp111 …bool isTextureMappersEnabled = (textureMappersHash != materialHash.textureMapper) || textureMapper… in Activate()
115 materialHash.textureMapper = textureMappersHash; in Activate()
Dgfx_DirectMaterialActivator.cpp96 materialHash.textureMapper = 0x0; in Activate()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h696 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() local
697 if ( ! textureMapper.IsValid() ) in ActivateTextureMappers()
705 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateTextureMappers()
737 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers() local
738 if ( textureMapper.IsValid() ) in ActivateParticleTextureMappers()
741 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateParticleTextureMappers()
Dgfx_RenderContext.h147 u32 textureMapper; member
669 textureMapper = resetValue; in ResetMaterialHash()