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