Home
last modified time | relevance | path

Searched defs:rContext (Results 1 – 25 of 76) sorted by relevance

1234

/external/skia/gm/
Dyuv420_odd_dim.cpp25 static sk_sp<SkImage> make_image(GrRecordingContext* rContext) { in make_image()
56 auto rContext = canvas->recordingContext(); variable
Dgpu_blur_utils.cpp122 GrSurfaceProxyView make_src_image(GrRecordingContext* rContext, in make_src_image()
176 static void run(GrRecordingContext* rContext, GrSurfaceDrawContext* sdc, bool subsetSrc, bool ref) { in run()
351 GrRecordingContext* rContext, in do_very_large_blur_gm()
Dducky_yuv_blend.cpp30 if (auto* rContext = canvas->recordingContext(); rContext && !rContext->abandoned()) { variable
Dvideo_decoder.cpp37 auto* rContext = canvas->recordingContext(); in onDraw() local
Dpreservefillrule.cpp52 DrawResult onDraw(GrRecordingContext* rContext, GrSurfaceDrawContext* rtc, SkCanvas* canvas, in onDraw()
Dpath_stroke_with_zero_length.cpp134 auto rContext = canvas->recordingContext(); in draw_zero_length_capped_paths() local
206 auto rContext = canvas->recordingContext(); in draw_zero_length_capped_paths_dbl_contour() local
/external/skia/tests/
DProxyRefTest.cpp25 static sk_sp<GrTextureProxy> make_deferred(GrRecordingContext* rContext) { in make_deferred()
36 static sk_sp<GrTextureProxy> make_wrapped(GrRecordingContext* rContext) { in make_wrapped()
DPathRendererCacheTests.cpp33 static void draw_path(GrRecordingContext* rContext, in draw_path()
157 auto createPR = [](GrRecordingContext* rContext) { in __anon3792aa860202()
DImageNewShaderTest.cpp106 static void gpu_to_gpu(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in gpu_to_gpu()
115 static void raster_to_gpu(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in raster_to_gpu()
DRenderTargetContextTest.cpp20 static std::unique_ptr<GrSurfaceDrawContext> get_rtc(GrRecordingContext* rContext) { in get_rtc()
DGrThreadSafeCacheTest.cpp39 static std::unique_ptr<GrSurfaceDrawContext> new_RTC(GrRecordingContext* rContext, int wh) { in new_RTC()
181 auto rContext = canvas->recordingContext(); in addViewAccess() local
246 GrRecordingContext* rContext = canvas->recordingContext(); in checkView() local
418 static GrOp::Owner Make(GrRecordingContext* rContext, TestHelper::Stats* stats, in Make()
431 GrThreadSafeVertexTestOp(GrRecordingContext* rContext, TestHelper::Stats* stats, int wh, int id, in GrThreadSafeVertexTestOp()
487 void findOrCreateVertices(GrRecordingContext* rContext, bool failLookup, bool failFillingIn) { in findOrCreateVertices()
547 void onPrePrepare(GrRecordingContext* rContext, in onPrePrepare()
607 auto rContext = canvas->recordingContext(); in addVertAccess() local
621 GrSurfaceProxyView TestHelper::CreateViewOnCpu(GrRecordingContext* rContext, in CreateViewOnCpu()
663 GrSurfaceProxyView TestHelper::AccessCachedView(GrRecordingContext* rContext, in AccessCachedView()
DClearTest.cpp63 std::unique_ptr<GrSurfaceDrawContext> newRTC(GrRecordingContext* rContext, int w, int h) { in newRTC()
315 void fullscreen_clear_with_layer_test(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in fullscreen_clear_with_layer_test()
DTextureProxyTest.cpp41 GrRecordingContext* rContext, in deferred_tex()
57 GrRecordingContext* rContext, in deferred_texRT()
DBulkRectTest.cpp17 static std::unique_ptr<GrSurfaceDrawContext> new_RTC(GrRecordingContext* rContext) { in new_RTC()
23 static sk_sp<GrSurfaceProxy> create_proxy(GrRecordingContext* rContext) { in create_proxy()
DPinnedImageTest.cpp39 static void basic_test(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in basic_test()
DSkbug6653.cpp26 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface()
DImageFilterCacheTest.cpp178 GrRecordingContext* rContext, in test_image_backed()
213 static GrSurfaceProxyView create_proxy_view(GrRecordingContext* rContext) { in create_proxy_view()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp45 GrTessellationPathRenderer::GrTessellationPathRenderer(GrRecordingContext* rContext) in GrTessellationPathRenderer()
52 void GrTessellationPathRenderer::initAtlasFlags(GrRecordingContext* rContext) { in initAtlasFlags()
152 static GrOp::Owner make_op(GrRecordingContext* rContext, const GrSurfaceContext* surfaceContext, in make_op()
/external/skia/docs/examples/
DImage_MakeBackendTextureFromSkImage.cpp6 static sk_sp<SkImage> create_gpu_image(GrRecordingContext* rContext) { in create_gpu_image()
/external/skia/src/image/
DSkImage_Gpu.cpp187 sk_sp<SkImage> SkImage_Gpu::MakeWithVolatileSrc(sk_sp<GrRecordingContext> rContext, in MakeWithVolatileSrc()
389 static sk_sp<SkImage> new_wrapped_texture_common(GrRecordingContext* rContext, in new_wrapped_texture_common()
417 sk_sp<SkImage> SkImage::MakeFromCompressedTexture(GrRecordingContext* rContext, in MakeFromCompressedTexture()
453 sk_sp<SkImage> SkImage::MakeFromTexture(GrRecordingContext* rContext, in MakeFromTexture()
478 sk_sp<SkImage> SkImage::MakeFromAdoptedTexture(GrRecordingContext* rContext, in MakeFromAdoptedTexture()
852 GrRecordingContext* rContext, in onAsFragmentProcessor()
DSkImage.cpp325 GrRecordingContext* rContext, in asFragmentProcessor()
345 GrRecordingContext* rContext, in MakeFragmentProcessorFromView()
417 GrSurfaceProxyView SkImage_Base::FindOrMakeCachedMipmappedView(GrRecordingContext* rContext, in FindOrMakeCachedMipmappedView()
522 sk_sp<SkImage> SkImage::makeWithFilter(GrRecordingContext* rContext, const SkImageFilter* filter, in makeWithFilter()
748 bool SkImage_pinAsTexture(const SkImage* image, GrRecordingContext* rContext) { in SkImage_pinAsTexture()
754 void SkImage_unpinAsTexture(const SkImage* image, GrRecordingContext* rContext) { in SkImage_unpinAsTexture()
/external/skia/experimental/ffmpeg/
DSkVideoDecoder.h27 void setGrContext(GrRecordingContext* rContext) { fRecordingContext = rContext; } in setGrContext()
DSkVideoDecoder.cpp162 static sk_sp<SkImage> make_yuv_420(GrRecordingContext* rContext, in make_yuv_420()
311 SkVideoDecoder::SkVideoDecoder(GrRecordingContext* rContext) : fRecordingContext(rContext) {} in SkVideoDecoder()
/external/skia/tools/gpu/
DYUVUtils.cpp159 sk_sp<SkImage> LazyYUVImage::refImage(GrRecordingContext* rContext, Type type) { in refImage()
210 bool LazyYUVImage::ensureYUVImage(GrRecordingContext* rContext, Type type) { in ensureYUVImage()
DProxyUtils.cpp28 GrTextureProxy* GetTextureImageProxy(SkImage* image, GrRecordingContext* rContext) { in GetTextureImageProxy()

1234