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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h151 struct BufferBlock { struct in class:GrBufferAllocPool
158 void flushCpuData(const BufferBlock& block, size_t flushSize);
172 SkTArray<BufferBlock> fBlocks;
/external/skia/src/gpu/
H A DGrBufferAllocPool.h151 struct BufferBlock { struct in class:GrBufferAllocPool
172 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...]
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h69 // The BufferBlock is a structure used internally by the
73 struct BufferBlock { struct in class:net::BalsaBuffer
86 BufferBlock() : buffer(NULL), buffer_size(0), bytes_free(0) {} function in struct:net::BalsaBuffer::BufferBlock
87 ~BufferBlock() {}
89 BufferBlock(char* buf, size_t size, size_t free) : function in struct:net::BalsaBuffer::BufferBlock
97 typedef std::vector<BufferBlock> Blocks;
186 BufferBlock AllocBlock();
188 BufferBlock AllocCustomBlock(size_t blocksize);
190 BufferBlock CopyBlock(const BufferBlock
[all...]

Completed in 2647 milliseconds