Searched refs:commandBuffer (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Drawer.cpp | 118 void* commandBuffer = Layout::AllocDeviceMemory(allocSize, 4); in Initialize() local 119 NW_NULL_ASSERT(commandBuffer); in Initialize() 124 commandBuffer, in Initialize() 132 commandBuffer, in Initialize()
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_RectDrawer.cpp | 31 …std::memcpy(&(pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize], command, size ); … 36 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 0] = (data); \ 37 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 1] = (header); \ 837 void* commandBuffer, in Initialize() argument 842 InitializeCMD(vertexBuffer, commandBuffer, shaderBinary, size, false); in Initialize() 1023 void* commandBuffer, in InitializeCMD() argument 1055 m_CommandBuffer = commandBuffer; in InitializeCMD() 1737 u32* cmdPtr = &pStringBuffer->commandBuffer[pStringBuffer->commandBufferSize]; in UniformAndDrawText() 1739 pStringBuffer->commandBufferSize = cmdPtr - &pStringBuffer->commandBuffer[0]; in UniformAndDrawText() 1835 NN_NULL_ASSERT(m_pDispStringBuffer->commandBuffer); in UseCommandBuffer() [all …]
|
| D | font_DispStringBuffer.cpp | 43 this->commandBuffer = reinterpret_cast<u32*>(ptr); in DispStringBuffer()
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Drawer.h | 208 void* commandBuffer, in Initialize() argument 213 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_RectDrawer.h | 153 void* commandBuffer, 266 void* commandBuffer,
|
| D | font_DispStringBuffer.h | 57 u32* commandBuffer; //!< コマンドバッファ member
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_DriverCommandManager.cpp | 39 void DriverCommandManager::Initialize( void* commandBuffer, u32 commandBufferSize ) in Initialize() argument 50 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_DriverCommandManager.h | 33 void Initialize( void* commandBuffer, u32 commandBufferSize );
|