Searched refs:textureMapper (Results 1 – 9 of 9) sorted by relevance
83 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local86 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()93 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand() local96 ResTexture texture = textureMapper.GetTexture(); in SetTextureMipmapCommand()110 u32* command = textureMapper.GetCommandCache(); in SetTextureMipmapCommand()224 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local227 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 …]
103 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup() local104 if (textureMapper.IsValid()) in Cleanup()106 textureMapper.Cleanup(); in Cleanup()
109 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()113 materialHash.textureMapper = textureMappersHash; in Activate()
422 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local424 if (!textureMapper.IsValid()) in CopyResMaterial()430 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()440 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local442 if (!textureMapper.IsValid()) in CopyResMaterial()448 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
126 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()130 materialHash.textureMapper = textureMappersHash; in Activate()
111 …bool isTextureMappersEnabled = (textureMappersHash != materialHash.textureMapper) || textureMapper… in Activate()115 materialHash.textureMapper = textureMappersHash; in Activate()
96 materialHash.textureMapper = 0x0; in Activate()
696 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() local697 if ( ! textureMapper.IsValid() ) in ActivateTextureMappers()705 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateTextureMappers()737 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers() local738 if ( textureMapper.IsValid() ) in ActivateParticleTextureMappers()741 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateParticleTextureMappers()
147 u32 textureMapper; member669 textureMapper = resetValue; in ResetMaterialHash()