Home
last modified time | relevance | path

Searched refs:kApprox (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/src/gpu/
DGrTextureToYUVPlanes.cpp77 SkBackingFit::kApprox, in GrTextureToYUVPlanes()
87 SkBackingFit::kApprox, in GrTextureToYUVPlanes()
98 SkBackingFit::kApprox, in GrTextureToYUVPlanes()
108 SkBackingFit::kApprox, in GrTextureToYUVPlanes()
114 SkBackingFit::kApprox, in GrTextureToYUVPlanes()
DGrSurfaceProxy.cpp46 if (SkBackingFit::kApprox == fFit) { in instantiate()
164 if (SkBackingFit::kApprox == fit || kBottomLeft_GrSurfaceOrigin == desc.fOrigin) { in MakeDeferred()
298 SkASSERT(SkBackingFit::kApprox == fProxy->fFit); in exactify()
DGrTextureRenderTargetProxy.cpp41 return GrSurface::ComputeSize(fDesc, fDesc.fSampleCnt+1, true, SkBackingFit::kApprox == fFit); in onGpuMemorySize()
DGrTextureProxy.cpp49 return GrSurface::ComputeSize(fDesc, 1, kHasMipMaps, SkBackingFit::kApprox == fFit); in onGpuMemorySize()
DGrRenderTargetProxy.cpp66 return GrSurface::ComputeSize(fDesc, fDesc.fSampleCnt+1, false, SkBackingFit::kApprox == fFit); in onGpuMemorySize()
DGrBlurUtils.cpp94 SkBackingFit::kApprox, in sw_draw_with_mask_filter()
122 SkBackingFit::kApprox, maskRect.width(), maskRect.height(), kAlpha_8_GrPixelConfig, nullptr, in create_mask_GPU()
DGrClipStackClip.cpp396 SkBackingFit::kApprox, in createAlphaClipMask()
483 sk_sp<GrTextureProxy> result(helper.toTextureProxy(context, SkBackingFit::kApprox)); in createSoftwareClipMask()
DGrYUVProvider.cpp108 ? SkBackingFit::kExact : SkBackingFit::kApprox; in refAsTextureProxy()
DGrSoftwarePathRenderer.cpp211 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox; in onDrawPath()
DGrContext.cpp306 SkBackingFit::kApprox, in writeSurfacePixels()
461 tempDrawInfo.fTempSurfaceFit= SkBackingFit::kApprox; in readSurfacePixels()
/external/skia/tests/
DProxyConversionTest.cpp131 SkBackingFit::kApprox, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
145 SkBackingFit::kApprox, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
161 SkBackingFit::kApprox, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProxyTest.cpp124 for (auto fit : { SkBackingFit::kExact, SkBackingFit::kApprox }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
137 if (SkBackingFit::kApprox == fit) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
170 if (SkBackingFit::kApprox == fit) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDFPathRendererTest.cpp67 sk_sp<GrRenderTargetContext> rtc(ctx->makeRenderTargetContext(SkBackingFit::kApprox,
DPrimitiveProcessorTest.cpp109 SkBackingFit::kApprox, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DProxyRefTest.cpp76 SkBackingFit::kApprox, SkBudgeted::kYes); in make_deferred()
DPreFlushCallbackTest.cpp422 sk_sp<GrRenderTargetContext> rtc(context->makeRenderTargetContext(SkBackingFit::kApprox, in make_upstream_image()
558 sk_sp<GrRenderTargetContext> rtc(context->makeRenderTargetContext(SkBackingFit::kApprox, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DTessellatingPathRendererTests.cpp306 sk_sp<GrRenderTargetContext> rtc(ctx->makeRenderTargetContext(SkBackingFit::kApprox, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DDetermineDomainModeTest.cpp137 SkBackingFit fit = isExact ? SkBackingFit::kExact : SkBackingFit::kApprox; in create_proxy()
/external/skia/src/core/
DSkGpuBlurUtils.h43 SkBackingFit fit = SkBackingFit::kApprox);
DSkSpecialSurface.cpp168 SkBackingFit::kApprox, width, height, config, std::move(colorSpace))); in MakeRenderTarget()
/external/skia/include/core/
DSkTypes.h411 kApprox, enumerator
/external/skia/src/effects/
DSkAlphaThresholdFilter.cpp104 SkBackingFit::kApprox, bounds.width(), bounds.height(), kAlpha_8_GrPixelConfig, nullptr)); in createMaskTexture()
DSkMorphologyImageFilter.cpp509 SkBackingFit::kApprox, rect.width(), rect.height(), config, colorSpace)); in apply_morphology()
529 SkBackingFit::kApprox, rect.width(), rect.height(), config, colorSpace)); in apply_morphology()
DSkXfermodeImageFilter.cpp296 SkBackingFit::kApprox, bounds.width(), bounds.height(), in filterImageGPU()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp356 SkBackingFit::kApprox, 1024, 1024, kRGBA_8888_GrPixelConfig, nullptr)); in DRAW_OP_TEST_DEFINE()

12