Home
last modified time | relevance | path

Searched refs:subTx (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/image/
DSkImage_Gpu.cpp143 GrTexture* subTx = ctx->textureProvider()->createTexture(desc, fBudgeted); in onNewSubset() local
144 if (!subTx) { in onNewSubset()
147 ctx->copySurface(subTx, fTexture, subset, SkIPoint::Make(0, 0)); in onNewSubset()
148 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, fAlphaType, subTx, in onNewSubset()