Home
last modified time | relevance | path

Searched refs:FrameBuffer (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_FrameBuffer.h32 class FrameBuffer
101 explicit ColorBuffer( const FrameBuffer& frameBuffer_ );
123 const FrameBuffer& m_FrameBuffer;
174 explicit DepthStencilBuffer( const FrameBuffer& frameBuffer_ );
186 const FrameBuffer& m_FrameBuffer;
219 explicit FrameBuffer();
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_FrameBuffer.cpp25 bit32* FrameBuffer::ColorBuffer::MakeRenderBlockModeCommand( bit32* command ) const in MakeRenderBlockModeCommand()
34 …bit32* FrameBuffer::ColorBuffer::MakeCommand( bit32* command, bool isAddRenderBlockModeCommand ) c… in MakeCommand()
62 bit32* FrameBuffer::DepthStencilBuffer::MakeCommand( bit32* command ) const in MakeCommand()
79 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand()
119 FrameBuffer::ColorBuffer::ColorBuffer( const FrameBuffer& frameBuffer_ ) in ColorBuffer()
134 FrameBuffer::DepthStencilBuffer::DepthStencilBuffer( const FrameBuffer& frameBuffer_ ) in DepthStencilBuffer()
146 FrameBuffer::FrameBuffer() : in FrameBuffer() function in nn::gr::CTR::FrameBuffer
155 bit32* FrameBuffer::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
168 … void FrameBuffer::FrameBuffer::MakeClearRequest( const u32 bufferBit, bool isAddSplitDrawCmdlist ) in MakeClearRequest()
275 …void FrameBuffer::FrameBuffer::MakeClearRequestRaw( nngxCommandList* commandList, const u32 buffer… in MakeClearRequestRaw()