Lines Matching refs:textureMapper
83 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()
287 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic() local
290 ResProceduralTextureMapper cloneTextureMapper = ResProceduralTextureMapper(textureMapper); in ResProceduralTextureMapper_CloneDynamic()
299 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResProceduralTextureMapper_CloneDynamic()