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