Searched refs:fCompressedBuffer (Results 1 – 2 of 2) sorted by relevance
146 SkASSERT(fCompressedBuffer.get()); in draw()148 fBM.width(), fBM.height(), fCompressedBuffer.get(), &allocator, fCompressedFormat); in draw()198 SkASSERT(NULL == fCompressedBuffer.get()); in init()199 fCompressedBuffer.reset(cmpSz); in init()303 SkASSERT(fCompressedBuffer.get()); in toTexture()304 this->sendTextureData(texture, desc, fCompressedBuffer.get(), 0); in toTexture()
124 SkAutoMalloc fCompressedBuffer; variable