Lines Matching refs:commandBufferSize
32 …NW_ASSERT((pStrBuf)->commandBufferSize + (size) / sizeof(u32) <= (pStrBuf)->commandBufferCapacity)…
33 …std::memcpy(&(pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize], command, size ); …
34 (pStrBuf)->commandBufferSize += (size) / sizeof(u32)
37 NW_ASSERT((pStrBuf)->commandBufferSize + 2 <= (pStrBuf)->commandBufferCapacity); \
38 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 0] = (data); \
39 (pStrBuf)->commandBuffer[(pStrBuf)->commandBufferSize + 1] = (header); \
40 (pStrBuf)->commandBufferSize += 2
1484 pStringBuffer->commandBufferSize = 0; in BuildTextCommand()
1742 pStringBuffer->textColorCommandOffset = pStringBuffer->commandBufferSize; in UniformAndDrawText()
1783 u32* cmdPtr = &pStringBuffer->commandBuffer[pStringBuffer->commandBufferSize]; in UniformAndDrawText()
1785 pStringBuffer->commandBufferSize = cmdPtr - &pStringBuffer->commandBuffer[0]; in UniformAndDrawText()
1921 m_pDispStringBuffer->commandBufferSize * sizeof(u32)); in UseCommandBuffer()