Searched refs:MEMORY_AREA_FCRAM (Results 1 – 4 of 4) sorted by relevance
47 …NW_ASSERT(MEMORY_AREA_FCRAM < m_Description.colorArea && m_Description.colorArea < GRAPHICS_MEMORY… in OnScreenBuffer()48 …NW_ASSERT(MEMORY_AREA_FCRAM < m_Description.depthArea && m_Description.depthArea < GRAPHICS_MEMORY… in OnScreenBuffer()
82 …description.colorArea = (GraphicsMemoryArea)(texture.GetLocationFlag() & (MEMORY_AREA_FCRAM | MEMO… in CreateOffScreenBuffer()
77 MEMORY_AREA_FCRAM = internal::MEMORY_AREA_FCRAM_INTERNAL, //!< FCRAMの領域を表します。 enumerator
96 memoryArea(nw::gfx::MEMORY_AREA_FCRAM), in Description()