Lines Matching refs:textureMapper
81 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local
84 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
91 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand() local
94 ResTexture texture = textureMapper.GetTexture(); in SetTextureMipmapCommand()
108 u32* command = textureMapper.GetCommandCache(); in SetTextureMipmapCommand()
222 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local
225 ResPixelBasedTextureMapper cloneTextureMapper = ResPixelBasedTextureMapper(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
234 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResPixelBasedTextureMapper_CloneDynamic()
258 textureMapper->toSampler.set_ptr(textureSampler); in ResPixelBasedTextureMapper_CloneDynamic()
259 textureSampler->toOwner.set_ptr(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
285 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic() local
288 ResProceduralTextureMapper cloneTextureMapper = ResProceduralTextureMapper(textureMapper); in ResProceduralTextureMapper_CloneDynamic()
297 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResProceduralTextureMapper_CloneDynamic()