Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp81 void DirectPrint::ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size ) in ChangeDisplaybuffer() argument
83 ChangeDisplaybuffer( dispbuf ); in ChangeDisplaybuffer()
98 void DirectPrint::ChangeDisplaybuffer( void* dispbuf ) in ChangeDisplaybuffer() argument
100 NN_TASSERTMSG_( os::GetDeviceMemoryAddress() <= reinterpret_cast<uptr>(dispbuf) in ChangeDisplaybuffer()
101 … && reinterpret_cast<uptr>(dispbuf) < os::GetDeviceMemoryAddress() + os::GetDeviceMemorySize(), in ChangeDisplaybuffer()
104 m_CurBuffer = reinterpret_cast<bit8*>( dispbuf ); in ChangeDisplaybuffer()
/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h83 void ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size );
99 void ChangeDisplaybuffer( void* dispbuf );