Home
last modified time | relevance | path

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

/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dVertexBuffer.cpp43 nextVB = NULL; in D3dVertexBuffer()
70 SafeDelete(nextVB); in release()
173 if (setAmbientLight && (nextVB == NULL)) { in render()
192 if (nextVB != NULL) { in render()
193 nextVB->render(d3dCtx); in render()
H A DD3dVertexBuffer.hpp91 LPD3DVERTEXBUFFER nextVB; member in D3dVertexBuffer
H A DGeometryArrayRetained.cpp1094 LPD3DVERTEXBUFFER vb = d3dCtx->pVB->nextVB; in allocateVB()
1105 d3dCtx->pVB->nextVB = NULL; in allocateVB()
1150 d3dCtx->pVB->nextVB = vb; in allocateVB()
1159 d3dCtx->pVB->nextVB = NULL; in allocateVB()
1550 vb = vb->nextVB; in reIndexifyIndexVertexToVBs()
1553 d3dCtx->pVB->nextVB = NULL; in reIndexifyIndexVertexToVBs()
1601 d3dCtx->pVB->nextVB = vb; in reIndexifyIndexVertexToVBs()
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/
H A DRenderer.cpp426 VoiceBar* nextVB = voice->bar(nextBar); in renderChord() local
427 for (int e = 0; e < nextVB->elementCount(); e++) { in renderChord()
428 nextChord = dynamic_cast<Chord*>(nextVB->element(e)); in renderChord()