Lines Matching defs:TileBuffer
190 struct TileBuffer struct
192 Array<char> buffer;
193 const char * dataPtr;
194 int dataSize;
195 Compressor * compressor;
196 TileCoord tileCoord;
197 bool hasException;
198 string exception;
203 inline void wait () {_sem.wait();} in wait()
204 inline void post () {_sem.post();} in post()
208 Semaphore _sem;
212 TileBuffer::TileBuffer (Compressor *comp): in TileBuffer() function in Imf::__anone02fe4f80111::TileBuffer