Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h58 struct ResPixelBasedTextureMapperData : public ResTextureMapperData struct
572 return ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] != 0; in NW_RES_FIELD_PRIMITIVE_DECL()
580 ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] = 0; in ResetCommand()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp184 void* mapperMemory = allocator->Alloc(sizeof(ResPixelBasedTextureMapperData)); in ResPixelBasedTextureMapper_CloneDynamic()
190 ResPixelBasedTextureMapperData* textureMapper = in ResPixelBasedTextureMapper_CloneDynamic()
191 new(mapperMemory) ResPixelBasedTextureMapperData(resPixelBasedTextureMapper.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
368 size += sizeof(ResPixelBasedTextureMapperData); in GetMemorySizeForCloneInternal()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Material.cpp733 ResPixelBasedTextureMapperData* ptr = mat.GetTextureMappers(mapperIndex).ptr(); in GetAnimTargetObject()
747 ResPixelBasedTextureMapperData* ptr = mat.GetTextureMappers(mapperIndex).ptr(); in GetAnimTargetObject()