Home
last modified time | relevance | path

Searched refs:MEMORY_AREA_FCRAM (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp47 …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()
Dgfx_IRenderTarget.cpp82 …description.colorArea = (GraphicsMemoryArea)(texture.GetLocationFlag() & (MEMORY_AREA_FCRAM | MEMO… in CreateOffScreenBuffer()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_IRenderTarget.h77 MEMORY_AREA_FCRAM = internal::MEMORY_AREA_FCRAM_INTERNAL, //!< FCRAMの領域を表します。 enumerator
/NW4C-1.2.23/include/nw/demo/
Ddemo_DisplayBufferSwapper.h96 memoryArea(nw::gfx::MEMORY_AREA_FCRAM), in Description()