Searched refs:StaticIndexBufferInterface (Results 1 – 7 of 7) sorted by relevance
164 StaticIndexBufferInterface::StaticIndexBufferInterface(Renderer *renderer) : IndexBufferInterface(r… in StaticIndexBufferInterface() function in rx::StaticIndexBufferInterface168 StaticIndexBufferInterface::~StaticIndexBufferInterface() in ~StaticIndexBufferInterface()172 bool StaticIndexBufferInterface::reserveBufferSpace(unsigned int size, GLenum indexType) in reserveBufferSpace()191 IndexRangeCache *StaticIndexBufferInterface::getIndexRangeCache() in getIndexRangeCache()
27 class StaticIndexBufferInterface; variable52 StaticIndexBufferInterface *getCountingIndices(GLsizei count);61 StaticIndexBufferInterface *mCountingBuffer;
95 class StaticIndexBufferInterface : public IndexBufferInterface98 explicit StaticIndexBufferInterface(Renderer *renderer);99 ~StaticIndexBufferInterface();
160 StaticIndexBufferInterface *staticBuffer = buffer ? buffer->getStaticIndexBuffer() : NULL; in prepareIndexData()269 StaticIndexBufferInterface *IndexDataManager::getCountingIndices(GLsizei count) in getCountingIndices()278 mCountingBuffer = new StaticIndexBufferInterface(mRenderer); in getCountingIndices()308 mCountingBuffer = new StaticIndexBufferInterface(mRenderer); in getCountingIndices()
1423 StaticIndexBufferInterface *countingIB = mIndexDataManager->getCountingIndices(count); in drawArrays()
22 class StaticIndexBufferInterface; variable45 rx::StaticIndexBufferInterface *getStaticIndexBuffer();62 rx::StaticIndexBufferInterface *mStaticIndexBuffer;
53 mStaticIndexBuffer = new rx::StaticIndexBufferInterface(mRenderer); in bufferData()90 rx::StaticIndexBufferInterface *Buffer::getStaticIndexBuffer() in getStaticIndexBuffer()116 mStaticIndexBuffer = new rx::StaticIndexBufferInterface(mRenderer); in promoteStaticUsage()