HomeSort by relevance Sort by last modified time
    Searched refs:tempDrawInfo (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrContext.cpp 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
    [all...]
GrGpu.cpp 265 ReadPixelTempDrawInfo* tempDrawInfo) {
267 SkASSERT(tempDrawInfo);
276 tempDrawInfo)) {
282 !this->caps()->isConfigRenderable(tempDrawInfo->fTempSurfaceDesc.fConfig, false)) {
294 WritePixelTempDrawInfo* tempDrawInfo) {
296 SkASSERT(tempDrawInfo);
314 tempDrawInfo)) {
320 !this->caps()->isConfigTexturable(tempDrawInfo->fTempSurfaceDesc.fConfig)) {
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 724 WritePixelTempDrawInfo* tempDrawInfo) {
746 tempDrawInfo->fSwizzle = GrSwizzle::RGBA();
747 tempDrawInfo->fWriteConfig = srcConfig;
751 tempDrawInfo->fTempSurfaceDesc.fFlags = kNone_GrSurfaceFlags;
752 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
753 tempDrawInfo->fTempSurfaceDesc.fWidth = width;
754 tempDrawInfo->fTempSurfaceDesc.fHeight = height;
755 tempDrawInfo->fTempSurfaceDesc.fSampleCnt = 0;
756 tempDrawInfo->fTempSurfaceDesc.fOrigin = kTopLeft_GrSurfaceOrigin; // no CPU y-flip for TL.
763 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config()
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 241 WritePixelTempDrawInfo* tempDrawInfo) {
    [all...]

Completed in 193 milliseconds