Searched refs:textureMapper (Results 1 – 8 of 8) sorted by relevance
81 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local84 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()190 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local193 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() local256 ResProceduralTextureMapper cloneTextureMapper = ResProceduralTextureMapper(textureMapper); in ResProceduralTextureMapper_CloneDynamic()265 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResProceduralTextureMapper_CloneDynamic()
79 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup() local80 if (textureMapper.IsValid()) in Cleanup()82 textureMapper.Cleanup(); in Cleanup()
107 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()111 materialHash.textureMapper = textureMappersHash; in Activate()
414 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local416 if (!textureMapper.IsValid()) in CopyResMaterial()422 buffer->toTextureMappers[i].set_ptr(textureMapper.ptr()); in CopyResMaterial()432 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local434 if (!textureMapper.IsValid()) in CopyResMaterial()440 buffer->toProceduralTextureMapper.set_ptr(textureMapper.ptr()); in CopyResMaterial()
115 …bool isTextureMappersEnabled = (textureMappersHash != materialHash.textureMapper) || textureMapper… in Activate()119 materialHash.textureMapper = textureMappersHash; in Activate()
128 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()132 materialHash.textureMapper = textureMappersHash; in Activate()
694 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() local695 if ( ! textureMapper.IsValid() ) in ActivateTextureMappers()703 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateTextureMappers()735 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers() local736 if ( textureMapper.IsValid() ) in ActivateParticleTextureMappers()739 …elBasedTextureMapper pixTexMapper = ResStaticCast<const ResPixelBasedTextureMapper>(textureMapper); in ActivateParticleTextureMappers()
138 u32 textureMapper; member620 textureMapper = resetValue; in ResetMaterialHash()