Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexBuffer.cpp164 StaticIndexBufferInterface::StaticIndexBufferInterface(Renderer *renderer) : IndexBufferInterface(r… in StaticIndexBufferInterface() function in rx::StaticIndexBufferInterface
168 StaticIndexBufferInterface::~StaticIndexBufferInterface() in ~StaticIndexBufferInterface()
172 bool StaticIndexBufferInterface::reserveBufferSpace(unsigned int size, GLenum indexType) in reserveBufferSpace()
191 IndexRangeCache *StaticIndexBufferInterface::getIndexRangeCache() in getIndexRangeCache()
DIndexDataManager.h27 class StaticIndexBufferInterface; variable
52 StaticIndexBufferInterface *getCountingIndices(GLsizei count);
61 StaticIndexBufferInterface *mCountingBuffer;
DIndexBuffer.h95 class StaticIndexBufferInterface : public IndexBufferInterface
98 explicit StaticIndexBufferInterface(Renderer *renderer);
99 ~StaticIndexBufferInterface();
DIndexDataManager.cpp160 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()
DRenderer9.cpp1423 StaticIndexBufferInterface *countingIB = mIndexDataManager->getCountingIndices(count); in drawArrays()
/external/chromium_org/third_party/angle/src/libGLESv2/
DBuffer.h22 class StaticIndexBufferInterface; variable
45 rx::StaticIndexBufferInterface *getStaticIndexBuffer();
62 rx::StaticIndexBufferInterface *mStaticIndexBuffer;
DBuffer.cpp53 mStaticIndexBuffer = new rx::StaticIndexBufferInterface(mRenderer); in bufferData()
90 rx::StaticIndexBufferInterface *Buffer::getStaticIndexBuffer() in getStaticIndexBuffer()
116 mStaticIndexBuffer = new rx::StaticIndexBufferInterface(mRenderer); in promoteStaticUsage()