Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp118 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.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp31 …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 …]
Dfont_DispStringBuffer.cpp43 this->commandBuffer = reinterpret_cast<u32*>(ptr); in DispStringBuffer()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h208 void* commandBuffer, in Initialize() argument
213 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp39 void DriverCommandManager::Initialize( void* commandBuffer, u32 commandBufferSize ) in Initialize() argument
50 m_CommandMemoryArea = static_cast<u32*>(commandBuffer); in Initialize()
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawer.h153 void* commandBuffer,
266 void* commandBuffer,
Dfont_DispStringBuffer.h57 u32* commandBuffer; //!< コマンドバッファ member
/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommandManager.h33 void Initialize( void* commandBuffer, u32 commandBufferSize );