• Home
  • Raw
  • Download

Lines Matching refs:fTempSurfaceDesc

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()
769 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); in onGetWritePixelsInfo()
777 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); in onGetWritePixelsInfo()
2238 tempDrawInfo->fTempSurfaceDesc.fFlags = kRenderTarget_GrSurfaceFlag; in onGetReadPixelsInfo()
2239 tempDrawInfo->fTempSurfaceDesc.fWidth = width; in onGetReadPixelsInfo()
2240 tempDrawInfo->fTempSurfaceDesc.fHeight = height; in onGetReadPixelsInfo()
2241 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0; in onGetReadPixelsInfo()
2242 tempDrawInfo->fTempSurfaceDesc.fOrigin = kTopLeft_GrSurfaceOrigin; // no CPU y-flip for TL. in onGetReadPixelsInfo()
2252 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig; in onGetReadPixelsInfo()
2261 tempDrawInfo->fTempSurfaceDesc.fConfig = readConfig; in onGetReadPixelsInfo()
2274 tempDrawInfo->fTempSurfaceDesc.fConfig = kBGRA_8888_GrPixelConfig; in onGetReadPixelsInfo()
2284 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig; in onGetReadPixelsInfo()
2295 tempDrawInfo->fTempSurfaceDesc.fConfig = kRGBA_8888_GrPixelConfig; in onGetReadPixelsInfo()
2312 tempDrawInfo->fTempSurfaceDesc.fConfig = cpuTempConfig; in onGetReadPixelsInfo()
2318 SkASSERT(tempDrawInfo->fTempSurfaceDesc.fConfig == srcConfig); in onGetReadPixelsInfo()