Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp236 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResPixelBasedTextureMapper_CloneDynamic()
299 textureMapper->toTexture.set_ptr(referenceTexture.ptr()); in ResProceduralTextureMapper_CloneDynamic()
330 allocator->Free(resPixelBasedTextureMapper.ref().toTexture.to_ptr()); in ResPixelBasedTextureMapper_DestroyDynamic()
350 allocator->Free(resProceduralTextureMapper.ref().toTexture.to_ptr()); in ResProceduralTextureMapper_DestroyDynamic()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h56 nw::ut::Offset toTexture; member
523 const ResTexture GetTexture() const { return ResTexture( ref().toTexture.to_ptr() ); } in GetTexture()