Home
last modified time | relevance | path

Searched refs:samplerMemory (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp216 void* samplerMemory = allocator->Alloc(sizeof(ResStandardTextureSamplerData)); in ResPixelBasedTextureMapper_CloneDynamic() local
217 if (samplerMemory == NULL) in ResPixelBasedTextureMapper_CloneDynamic()
224 new(samplerMemory) ResStandardTextureSamplerData(resStandardTextureSampler.ref()); in ResPixelBasedTextureMapper_CloneDynamic()