Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h60 struct ResPixelBasedTextureMapperData : public ResTextureMapperData struct
621 return ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] != 0; in NW_RES_FIELD_PRIMITIVE_DECL()
629 ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] = 0; in ResetCommand()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp218 void* mapperMemory = allocator->Alloc(sizeof(ResPixelBasedTextureMapperData)); in ResPixelBasedTextureMapper_CloneDynamic()
224 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic()
225 new(mapperMemory) ResPixelBasedTextureMapperData(resPixelBasedTextureMapper.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
402 size += sizeof(ResPixelBasedTextureMapperData); in GetMemorySizeForCloneInternal()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp767 ResPixelBasedTextureMapperData* ptr = mat.GetTextureMappers(mapperIndex).ptr(); in GetAnimTargetObject()
781 ResPixelBasedTextureMapperData* ptr = mat.GetTextureMappers(mapperIndex).ptr(); in GetAnimTargetObject()