Searched refs:StaticIndexBufferInterface (Results 1 – 10 of 10) sorted by relevance
163 StaticIndexBufferInterface::StaticIndexBufferInterface(BufferFactoryD3D *factory) in StaticIndexBufferInterface() function in rx::StaticIndexBufferInterface167 StaticIndexBufferInterface::~StaticIndexBufferInterface() {} in ~StaticIndexBufferInterface()169 angle::Result StaticIndexBufferInterface::reserveBufferSpace(const gl::Context *context, in reserveBufferSpace()
27 class StaticIndexBufferInterface; variable53 StaticIndexBufferInterface *getStaticIndexBuffer();80 StaticIndexBufferInterface *mStaticIndexBuffer;
112 class StaticIndexBufferInterface : public IndexBufferInterface115 explicit StaticIndexBufferInterface(BufferFactoryD3D *factory);116 ~StaticIndexBufferInterface() override;
84 mStaticIndexBuffer = new StaticIndexBufferInterface(mFactory); in initializeStaticData()88 StaticIndexBufferInterface *BufferD3D::getStaticIndexBuffer() in getStaticIndexBuffer()
36 class StaticIndexBufferInterface; variable
187 StaticIndexBufferInterface *staticBuffer = buffer->getStaticIndexBuffer(); in prepareIndexData()
41 class StaticIndexBufferInterface; variable475 StaticIndexBufferInterface **outIB);558 StaticIndexBufferInterface *mCountingIB;
1395 StaticIndexBufferInterface *countingIB = nullptr; in drawArraysImpl()1670 StaticIndexBufferInterface **outIB) in getCountingIB()1680 mCountingIB = new StaticIndexBufferInterface(this); in getCountingIB()1703 mCountingIB = new StaticIndexBufferInterface(this); in getCountingIB()
86 StaticIndexBufferInterface *staticBuffer = bufferD3D->getStaticIndexBuffer(); in DrawCallHasStreamingElementArray()
2605 StaticIndexBufferInterface *staticBuffer = bufferD3D->getStaticIndexBuffer(); in ClassifyIndexStorage()