Searched defs:BufferBlock (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrBufferAllocPool.h105 struct BufferBlock { struct in class:GrBufferAllocPool
112 void flushCpuData(const BufferBlock& block, size_t flushSize);
124 SkTArray<BufferBlock> fBlocks;
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp81 class BufferBlock class in namespace:deqp::gles31::bb
87 BufferBlock (const char* blockName);
127 BufferBlock& allocBlock (const char* name);
130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; }
137 std::vector<BufferBlock*> m_bufferBlocks;
H A Des31fSSBOLayoutCase.cpp110 // BufferBlock implementation.
112 BufferBlock::BufferBlock (const char* blockName) function in class:deqp::gles31::bb::BufferBlock
120 void BufferBlock::setArraySize (int arraySize)
247 for (std::vector<BufferBlock*>::iterator i = m_bufferBlocks.begin(); i != m_bufferBlocks.end(); i++)
285 BufferBlock& ShaderInterface::allocBlock (const char* name)
288 m_bufferBlocks.push_back(new BufferBlock(name));
692 const BufferBlock& block = interface.getBlock(blockNdx);
699 for (BufferBlock::const_iterator varIter = block.begin(); varIter != block.end(); varIter++)
888 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock
[all...]

Completed in 107 milliseconds