Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp270 GrGpu::WritePixelTempDrawInfo tempDrawInfo; in writeSurfacePixels() local
272 &tempDrawInfo)) { in writeSurfacePixels()
283 this->textureProvider()->createApproxTexture(tempDrawInfo.fTempSurfaceDesc)); in writeSurfacePixels()
296 fp.reset(this->createUPMToPMEffect(tempTexture, tempDrawInfo.fSwizzle, in writeSurfacePixels()
309 fp.reset(GrConfigConversionEffect::Create(tempTexture, tempDrawInfo.fSwizzle, in writeSurfacePixels()
332 tempDrawInfo.fWriteConfig, buffer, in writeSurfacePixels()
408 GrGpu::ReadPixelTempDrawInfo tempDrawInfo; in readSurfacePixels() local
410 &tempDrawInfo)) { in readSurfacePixels()
417 if (tempDrawInfo.fUseExactScratch) { in readSurfacePixels()
421 tempDrawInfo.fUseExactScratch = false; in readSurfacePixels()
[all …]
DGrGpu.cpp265 ReadPixelTempDrawInfo* tempDrawInfo) { in getReadPixelsInfo() argument
267 SkASSERT(tempDrawInfo); in getReadPixelsInfo()
276 tempDrawInfo)) { in getReadPixelsInfo()
282 !this->caps()->isConfigRenderable(tempDrawInfo->fTempSurfaceDesc.fConfig, false)) { in getReadPixelsInfo()
294 WritePixelTempDrawInfo* tempDrawInfo) { in getWritePixelsInfo() argument
296 SkASSERT(tempDrawInfo); in getWritePixelsInfo()
314 tempDrawInfo)) { in getWritePixelsInfo()
320 !this->caps()->isConfigTexturable(tempDrawInfo->fTempSurfaceDesc.fConfig)) { in getWritePixelsInfo()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp724 WritePixelTempDrawInfo* tempDrawInfo) { in onGetWritePixelsInfo() argument
746 tempDrawInfo->fSwizzle = GrSwizzle::RGBA(); in onGetWritePixelsInfo()
747 tempDrawInfo->fWriteConfig = srcConfig; in onGetWritePixelsInfo()
751 tempDrawInfo->fTempSurfaceDesc.fFlags = kNone_GrSurfaceFlags; in onGetWritePixelsInfo()
752 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig; in onGetWritePixelsInfo()
753 tempDrawInfo->fTempSurfaceDesc.fWidth = width; in onGetWritePixelsInfo()
754 tempDrawInfo->fTempSurfaceDesc.fHeight = height; in onGetWritePixelsInfo()
755 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0; in onGetWritePixelsInfo()
756 tempDrawInfo->fTempSurfaceDesc.fOrigin = kTopLeft_GrSurfaceOrigin; // no CPU y-flip for TL. in onGetWritePixelsInfo()
763 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); in onGetWritePixelsInfo()
[all …]
/external/skia/src/gpu/vk/
DGrVkGpu.cpp241 WritePixelTempDrawInfo* tempDrawInfo) { in onGetWritePixelsInfo() argument
1086 ReadPixelTempDrawInfo* tempDrawInfo) { in onGetReadPixelsInfo() argument