Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp81 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local
84 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
190 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local
193 ResPixelBasedTextureMapper cloneTextureMapper = ResPixelBasedTextureMapper(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
202 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResPixelBasedTextureMapper_CloneDynamic()
226 textureMapper->toSampler.set_ptr(textureSampler); in ResPixelBasedTextureMapper_CloneDynamic()
227 textureSampler->toOwner.set_ptr(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
253 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic() local
256 ResProceduralTextureMapper cloneTextureMapper = ResProceduralTextureMapper(textureMapper); in ResProceduralTextureMapper_CloneDynamic()
265 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResProceduralTextureMapper_CloneDynamic()
Dgfx_ResMaterial.cpp79 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup() local
80 if (textureMapper.IsValid()) in Cleanup()
82 textureMapper.Cleanup(); in Cleanup()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleMaterialActivator.cpp107 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
111 materialHash.textureMapper = textureMappersHash; in Activate()
Dgfx_Material.cpp414 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
416 if (!textureMapper.IsValid()) in CopyResMaterial()
422 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()
432 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
434 if (!textureMapper.IsValid()) in CopyResMaterial()
440 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
Dgfx_MaterialActivator.cpp115 …bool isTextureMappersEnabled = (textureMappersHash != materialHash.textureMapper) || textureMapper… in Activate()
119 materialHash.textureMapper = textureMappersHash; in Activate()
Dgfx_SimpleMaterialActivator.cpp128 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
132 materialHash.textureMapper = textureMappersHash; in Activate()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_MaterialState.h694 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() local
695 if ( ! textureMapper.IsValid() ) in ActivateTextureMappers()
703 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateTextureMappers()
735 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers() local
736 if ( textureMapper.IsValid() ) in ActivateParticleTextureMappers()
739 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateParticleTextureMappers()
Dgfx_RenderContext.h138 u32 textureMapper; member
620 textureMapper = resetValue; in ResetMaterialHash()