Searched refs:BlockBuffer (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deBlockBuffer.hpp | 47 class BlockBuffer class 52 BlockBuffer (int blockSize, int numBlocks); 53 ~BlockBuffer (void); 69 BlockBuffer (const BlockBuffer& other); 70 BlockBuffer& operator= (const BlockBuffer& other); 99 BlockBuffer<T>::BlockBuffer (int blockSize, int numBlocks) in BlockBuffer() function in de::BlockBuffer 135 BlockBuffer<T>::~BlockBuffer (void) in ~BlockBuffer() 145 void BlockBuffer<T>::clear (void) in clear() 165 void BlockBuffer<T>::cancel (void) in cancel() 175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) in writeToCurrentBlock() [all …]
|
D | deBlockBuffer.cpp | 57 typedef BlockBuffer<Message> MessageBuffer; 231 Producer (BlockBuffer<deUint8>* buffer, deUint32 seed) in Producer() 253 catch (const BlockBuffer<deUint8>::CanceledException&) in run() 261 BlockBuffer<deUint8>* m_buffer; 268 Consumer (BlockBuffer<deUint8>* buffer, deUint32 seed) in Consumer() 287 catch (const BlockBuffer<deUint8>::CanceledException&) in run() 295 BlockBuffer<deUint8>* m_buffer; 301 BlockBuffer<deUint8> buffer (64, 16); in runTest()
|
/external/deqp/executor/ |
D | xeTcpIpLink.cpp | 40 static void writeMessageHeader (de::BlockBuffer<deUint8>& dst, xs::MessageType type, int messageSiz… in writeMessageHeader() 47 static void writeKeepalive (de::BlockBuffer<deUint8>& dst) in writeKeepalive() 53 static void writeExecuteBinary (de::BlockBuffer<deUint8>& dst, const char* name, const char* params… in writeExecuteBinary() 69 static void writeStopExecution (de::BlockBuffer<deUint8>& dst) in writeStopExecution() 219 catch (const de::BlockBuffer<deUint8>::CanceledException&) in run() 528 catch (const de::BlockBuffer<deUint8>::CanceledException&) in keepaliveTimerCallback()
|
D | xeTcpIpLink.hpp | 83 de::BlockBuffer<deUint8>& getBuffer (void) { return m_buffer; } in getBuffer() 89 de::BlockBuffer<deUint8> m_buffer;
|
/external/deqp/execserver/ |
D | xsDefs.hpp | 62 typedef de::BlockBuffer<deUint8> ThreadedByteBuffer;
|