Searched refs:mIndexDataManager (Results 1 – 4 of 4) sorted by relevance
109 mIndexDataManager = NULL; in Renderer9()522 ASSERT(!mBlit && !mVertexDataManager && !mIndexDataManager); in initializeDevice()525 mIndexDataManager = new rx::IndexDataManager(this); in initializeDevice()1394 …GLenum err = mIndexDataManager->prepareIndexData(type, count, elementArrayBuffer, indices, indexIn… in applyIndexBuffer()1423 StaticIndexBufferInterface *countingIB = mIndexDataManager->getCountingIndices(count); in drawArrays()2044 SafeDelete(mIndexDataManager); in releaseDeviceResources()
72 mIndexDataManager = NULL; in Renderer11()428 ASSERT(!mVertexDataManager && !mIndexDataManager); in initializeDevice()430 mIndexDataManager = new IndexDataManager(this); in initializeDevice()1055 …GLenum err = mIndexDataManager->prepareIndexData(type, count, elementArrayBuffer, indices, indexIn… in applyIndexBuffer()1852 delete mIndexDataManager; in releaseDeviceResources()1853 mIndexDataManager = NULL; in releaseDeviceResources()
340 IndexDataManager *mIndexDataManager; variable
315 IndexDataManager *mIndexDataManager; variable