Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp250 void* samplerMemory = allocator->Alloc(sizeof(ResStandardTextureSamplerData)); in ResPixelBasedTextureMapper_CloneDynamic() local
251 if (samplerMemory == NULL) in ResPixelBasedTextureMapper_CloneDynamic()
258 new(samplerMemory) ResStandardTextureSamplerData(resStandardTextureSampler.ref()); in ResPixelBasedTextureMapper_CloneDynamic()