Lines Matching refs:tempDrawInfo
270 GrGpu::WritePixelTempDrawInfo tempDrawInfo;
272 &tempDrawInfo)) {
283 this->textureProvider()->createApproxTexture(tempDrawInfo.fTempSurfaceDesc));
296 fp.reset(this->createUPMToPMEffect(tempTexture, tempDrawInfo.fSwizzle,
309 fp.reset(GrConfigConversionEffect::Create(tempTexture, tempDrawInfo.fSwizzle,
332 tempDrawInfo.fWriteConfig, buffer,
408 GrGpu::ReadPixelTempDrawInfo tempDrawInfo;
410 &tempDrawInfo)) {
417 if (tempDrawInfo.fUseExactScratch) {
421 tempDrawInfo.fUseExactScratch = false;
425 if (tempDrawInfo.fUseExactScratch) {
426 temp.reset(this->textureProvider()->createTexture(tempDrawInfo.fTempSurfaceDesc,
429 temp.reset(this->textureProvider()->createApproxTexture(tempDrawInfo.fTempSurfaceDesc));
437 fp.reset(this->createPMToUPMEffect(src->asTexture(), tempDrawInfo.fSwizzle,
448 fp.reset(GrConfigConversionEffect::Create(src->asTexture(), tempDrawInfo.fSwizzle,
472 configToRead = tempDrawInfo.fReadConfig;