Home
last modified time | relevance | path

Searched defs:textureMapper (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp83 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand() local
93 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand() local
224 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic() local
287 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic() local
Dgfx_ResMaterial.cpp103 ResPixelBasedTextureMapper textureMapper = this->GetTextureMappers( i ); in Cleanup() local
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp422 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
440 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h696 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(textureUnit); in ActivateTextureMappers() local
737 const ResTextureMapper textureMapper = texMapperMaterial.GetTextureMappers(0); in ActivateParticleTextureMappers() local
Dgfx_RenderContext.h147 u32 textureMapper; member