Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp49 …NW_ASSERT(MEMORY_AREA_FCRAM < m_Description.colorArea && m_Description.colorArea < GRAPHICS_MEMORY… in OnScreenBuffer()
50 …NW_ASSERT(MEMORY_AREA_FCRAM < m_Description.depthArea && m_Description.depthArea < GRAPHICS_MEMORY… in OnScreenBuffer()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_IRenderTarget.h79 MEMORY_AREA_FCRAM = internal::MEMORY_AREA_FCRAM_INTERNAL, //!< FCRAMの領域を表します。 enumerator
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h98 memoryArea(nw::gfx::MEMORY_AREA_FCRAM), in Description()