Searched refs:commandBuffer (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Drawer.cpp | 120 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/ |
| D | font_RectDrawer.cpp | 33 …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 …]
|
| D | font_DispStringBuffer.cpp | 45 this->commandBuffer = reinterpret_cast<u32*>(ptr); in DispStringBuffer()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Drawer.h | 210 void* commandBuffer, in Initialize() argument 215 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_RectDrawer.h | 155 void* commandBuffer, 268 void* commandBuffer,
|
| D | font_DispStringBuffer.h | 59 u32* commandBuffer; //!< コマンドバッファ member
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_DriverCommandManager.cpp | 41 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/ |
| D | snd_DriverCommandManager.h | 35 void Initialize( void* commandBuffer, u32 commandBufferSize );
|