Searched refs:ResProceduralTextureMapperData (Results 1 – 2 of 2) sorted by relevance
247 void* mapperMemory = allocator->Alloc(sizeof(ResProceduralTextureMapperData)); in ResProceduralTextureMapper_CloneDynamic()253 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic()254 new(mapperMemory) ResProceduralTextureMapperData(resProceduralTextureMapper.ref()); in ResProceduralTextureMapper_CloneDynamic()
69 struct ResProceduralTextureMapperData : public ResTextureMapperData struct