Home
last modified time | relevance | path

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

/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx260 std::size_t maReadIndex; member in dxcanvas::__anon497600cf0111::DXRenderModule
590 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 13 milliseconds