Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp396 GrColorInfo tempColorInfo; in internalWritePixels() local
400 tempColorInfo = {GrColorType::kRGBA_8888, in internalWritePixels()
405 tempColorInfo = this->colorInfo(); in internalWritePixels()
432 SurfaceContext tempCtx(dContext, tempView, tempColorInfo); in internalWritePixels()
453 GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType())); in internalWritePixels()
459 fp = GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType()); in internalWritePixels()