Home
last modified time | relevance | path

Searched refs:commandBuffer (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp120 void* commandBuffer = Layout::AllocDeviceMemory(allocSize, 4); in Initialize() local
121 NW_NULL_ASSERT(commandBuffer); in Initialize()
126 commandBuffer, in Initialize()
134 commandBuffer, in Initialize()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp33 …std::memcpy(&(pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize], command, size ); …
38 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 0] = (data); \
39 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 1] = (header); \
863 void* commandBuffer, in Initialize() argument
868 InitializeCMD(vertexBuffer, commandBuffer, shaderBinary, size, false); in Initialize()
1051 void* commandBuffer, in InitializeCMD() argument
1083 m_CommandBuffer = commandBuffer; in InitializeCMD()
1783 u32* cmdPtr = &pStringBuffer->commandBuffer[pStringBuffer->commandBufferSize]; in UniformAndDrawText()
1785 pStringBuffer->commandBufferSize = cmdPtr - &pStringBuffer->commandBuffer[0]; in UniformAndDrawText()
1882 NN_NULL_ASSERT(m_pDispStringBuffer->commandBuffer); in UseCommandBuffer()
[all …]
Dfont_DispStringBuffer.cpp45 this->commandBuffer = reinterpret_cast<u32*>(ptr); in DispStringBuffer()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h210 void* commandBuffer, in Initialize() argument
215 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h155 void* commandBuffer,
268 void* commandBuffer,
Dfont_DispStringBuffer.h59 u32* commandBuffer; //!< コマンドバッファ member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp41 void DriverCommandManager::Initialize( void* commandBuffer, u32 commandBufferSize ) in Initialize() argument
52 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()
/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommandManager.h35 void Initialize( void* commandBuffer, u32 commandBufferSize );