Searched refs:maReadIndex (Results 1 – 1 of 1) sorted by relevance
260 std::size_t maReadIndex; member in dxcanvas::__anon97d8d2b70111::DXRenderModule590 maReadIndex(0) in DXRenderModule()1219 if(maReadIndex != maWriteIndex) in commitVertexCache()1222 const unsigned int nNumVertices = maWriteIndex-maReadIndex; in commitVertexCache()1234 mbError |= FAILED(mpDevice->DrawPrimitive(D3DPT_TRIANGLELIST,maReadIndex,nNumPrimitives)); in commitVertexCache()1237 maReadIndex += nNumVertices; in commitVertexCache()1308 maReadIndex = 0; in flushVertexCache()
Completed in 16 milliseconds