Home
last modified time | relevance | path

Searched refs:GrSurfaceFillContext (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/gpu/
DGrSurfaceFillContext.cpp53 std::tuple<GrColorType, GrBackendFormat> GrSurfaceFillContext::GetFallbackColorTypeAndFormat( in GetFallbackColorTypeAndFormat()
68 std::unique_ptr<GrSurfaceFillContext> GrSurfaceFillContext::Make(GrRecordingContext* context, in Make()
115 auto fillContext = std::make_unique<GrSurfaceFillContext>(context, in Make()
123 std::unique_ptr<GrSurfaceFillContext> GrSurfaceFillContext::Make(GrRecordingContext* context, in Make()
162 auto fillContext = std::make_unique<GrSurfaceFillContext>(context, in Make()
170 std::unique_ptr<GrSurfaceFillContext> GrSurfaceFillContext::MakeWithFallback( in MakeWithFallback()
197 return GrSurfaceFillContext::Make(context, in MakeWithFallback()
207 std::unique_ptr<GrSurfaceFillContext> GrSurfaceFillContext::MakeFromBackendTexture( in MakeFromBackendTexture()
246 return std::make_unique<GrSurfaceFillContext>(context, in MakeFromBackendTexture()
257 GrSurfaceFillContext::GrSurfaceFillContext(GrRecordingContext* context, in GrSurfaceFillContext() function in GrSurfaceFillContext
[all …]
DGrSurfaceFillContext.h30 class GrSurfaceFillContext : public GrSurfaceContext {
43 GrSurfaceFillContext(GrRecordingContext*,
53 static std::unique_ptr<GrSurfaceFillContext> Make(GrRecordingContext*,
66 static std::unique_ptr<GrSurfaceFillContext> MakeWithFallback(
81 static std::unique_ptr<GrSurfaceFillContext> Make(GrRecordingContext*,
100 static std::unique_ptr<GrSurfaceFillContext> MakeFromBackendTexture(
108 GrSurfaceFillContext* asFillContext() override { return this; } in asFillContext()
255 inline std::array<float, 4> GrSurfaceFillContext::ConvertColor<kPremul_SkAlphaType>(
261 inline std::array<float, 4> GrSurfaceFillContext::ConvertColor<kUnpremul_SkAlphaType>(
267 std::array<float, 4> GrSurfaceFillContext::adjustColorAlphaType(SkRGBA4f<AlphaType> color) const { in adjustColorAlphaType()
DGrSurfaceContext.h32 class GrSurfaceFillContext; variable
168 virtual GrSurfaceFillContext* asFillContext() { return nullptr; } in asFillContext()
177 std::unique_ptr<GrSurfaceFillContext> rescale(const GrImageInfo& info,
187 bool rescaleInto(GrSurfaceFillContext* dst,
DGrSurfaceContext.cpp67 surfaceContext = std::make_unique<GrSurfaceFillContext>(context, in Make()
251 auto sfc = GrSurfaceFillContext::Make(dContext, tempInfo, SkBackingFit::kApprox); in readPixels()
686 std::unique_ptr<GrSurfaceFillContext> tempFC; in asyncRescaleAndReadPixels()
946 auto yFC = GrSurfaceFillContext::MakeWithFallback(dContext, yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
949 auto uFC = GrSurfaceFillContext::MakeWithFallback(dContext, uvInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
950 auto vFC = GrSurfaceFillContext::MakeWithFallback(dContext, uvInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
1135 std::unique_ptr<GrSurfaceFillContext> GrSurfaceContext::rescale(const GrImageInfo& info, in rescale()
1140 auto sfc = GrSurfaceFillContext::MakeWithFallback(fContext, in rescale()
1157 bool GrSurfaceContext::rescaleInto(GrSurfaceFillContext* dst, in rescaleInto()
1197 std::unique_ptr<GrSurfaceFillContext> tempA; in rescaleInto()
[all …]
DGrSurfaceDrawContext.h58 class GrSurfaceDrawContext : public GrSurfaceFillContext {
744 using INHERITED = GrSurfaceFillContext;
DGrThreadSafeCache.cpp329 GrSurfaceFillContext::GetFallbackColorTypeAndFormat(dContext, origCT, kSampleCnt); in CreateLazyView()
DGrSurfaceProxy.cpp300 auto dstContext = GrSurfaceFillContext::Make(context, in Copy()
DGrProxyProvider.cpp250 GrSurfaceFillContext::GetFallbackColorTypeAndFormat(fImageContext, ct, sampleCnt); in findCachedProxyWithColorTypeFallback()
/external/skia/src/gpu/effects/generated/
DGrConfigConversionEffect.cpp111 auto readSFC = GrSurfaceFillContext::Make(dContext, upmII, SkBackingFit::kExact); in TestForPreservingPMConversions()
112 auto tempSFC = GrSurfaceFillContext::Make(dContext, pmII, SkBackingFit::kExact); in TestForPreservingPMConversions()
/external/skia/src/image/
DSkImage_GpuBase.h20 class GrSurfaceFillContext; variable
DSkImage_GpuYUVA.cpp159 auto sfc = GrSurfaceFillContext::Make(context, in onAsView()
DSkImage_Lazy.cpp330 auto surfaceFillContext = GrSurfaceFillContext::Make(ctx, in textureProxyViewFromPlanes()
DSkImage_Gpu.cpp295 auto surfaceFillContext = GrSurfaceFillContext::MakeWithFallback( in onMakeColorTypeAndColorSpace()
/external/skia/tests/
DRectangleTextureTest.cpp27 auto fillContext = GrSurfaceFillContext::Make( in test_basic_draw_as_src()
42 if (GrSurfaceFillContext* sfc = rectContext->asFillContext()) { in test_clear()
DEGLImageTest.cpp187 auto temp = GrSurfaceFillContext::MakeFromBackendTexture(context0, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DBackendAllocationTest.cpp380 auto dstFillContext = GrSurfaceFillContext::Make(dContext, info); in check_mipmaps()
/external/skia/gm/
Dclear_swizzle.cpp26 return GrSurfaceFillContext::Make(ctx, in __anon219885010102()
Dgpu_blur_utils.cpp57 auto fc = GrSurfaceFillContext::Make(ctx, info); in slow_blur()
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.fp45 auto readSFC = GrSurfaceFillContext::Make(dContext, upmII, SkBackingFit::kExact);
46 auto tempSFC = GrSurfaceFillContext::Make(dContext, pmII, SkBackingFit::kExact);
/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp365 static void apply_morphology_rect(GrSurfaceFillContext* surfaceFillContext, in apply_morphology_rect()
384 static void apply_morphology_rect_no_bounds(GrSurfaceFillContext* surfaceFillContext, in apply_morphology_rect_no_bounds()
397 static void apply_morphology_pass(GrSurfaceFillContext* surfaceFillContext, in apply_morphology_pass()
462 auto dstFillContext = GrSurfaceFillContext::Make(context, in apply_morphology()
487 auto dstFillContext = GrSurfaceFillContext::Make(context, in apply_morphology()
DSkBlendImageFilter.cpp287 auto surfaceFillContext = GrSurfaceFillContext::Make(context, info, SkBackingFit::kApprox); in filterImageGPU()
DSkArithmeticImageFilter.cpp381 auto surfaceFillContext = GrSurfaceFillContext::Make(context, in filterImageGPU()
DSkDisplacementMapImageFilter.cpp317 auto surfaceFillContext = GrSurfaceFillContext::Make(context, in onFilterImage()
DSkLightingImageFilter.cpp441 void drawRect(GrSurfaceFillContext*,
457 void SkLightingImageFilterInternal::drawRect(GrSurfaceFillContext* surfaceFillContext, in drawRect()
486 auto surfaceFillContext = GrSurfaceFillContext::Make(context, in filterImageGPU()
/external/skia/src/core/
DSkImageFilter.cpp596 auto surfaceFillContext = GrSurfaceFillContext::Make(context, in DrawWithFP()

12