Searched refs:fCompressedBuffer (Results 1 – 2 of 2) sorted by relevance
146 SkASSERT(fCompressedBuffer.get()); in draw()148 fPixels.width(), fPixels.height(), fCompressedBuffer.get(), &allocator, in draw()199 SkASSERT(nullptr == fCompressedBuffer.get()); in init()200 fCompressedBuffer.reset(cmpSz); in init()294 SkASSERT(fCompressedBuffer.get()); in toTexture()295 this->sendTextureData(texture, desc, fCompressedBuffer.get(), 0); in toTexture()
124 SkAutoMalloc fCompressedBuffer; variable