Home
last modified time | relevance | path

Searched defs:GrRecordingContext (Results 1 – 25 of 89) sorted by relevance

1234

/external/skia/src/image/
DSkImage_Base.h42 class GrRecordingContext; variable
162 virtual bool onPinAsTexture(GrRecordingContext*) const { return false; } in onPinAsTexture() argument
163 virtual void onUnpinAsTexture(GrRecordingContext*) const {} in onUnpinAsTexture() argument
164 virtual bool isPinnedOnContext(GrRecordingContext*) const { return false; } in isPinnedOnContext() argument
/external/skia/src/gpu/ganesh/ops/
DDrawableOp.h14 class GrRecordingContext; variable
37 void onPrePrepare(GrRecordingContext*, in onPrePrepare() argument
DClearOp.h16 class GrRecordingContext; variable
55 void onPrePrepare(GrRecordingContext*, const GrSurfaceProxyView& writeView, GrAppliedClip*, in onPrePrepare() argument
DDrawAtlasOp.h16 class GrRecordingContext; variable
DShadowRRectOp.h15 class GrRecordingContext; variable
DFillRRectOp.h16 class GrRecordingContext; variable
DRegionOp.h15 class GrRecordingContext; variable
DStrokeRectOp.h15 class GrRecordingContext; variable
DDrawMeshOp.h18 class GrRecordingContext; variable
DLatticeOp.h19 class GrRecordingContext; variable
DDashOp.h15 class GrRecordingContext; variable
DFillRectOp.h20 class GrRecordingContext; variable
DGrOvalOpFactory.h19 class GrRecordingContext; variable
/external/skia/src/gpu/graphite/
DImage_Base_Graphite.h43 bool onIsValid(GrRecordingContext*) const override { return true; } in onIsValid() argument
81 GrRecordingContext*, in onAsView() argument
/external/skia/include/core/
DSkImageGenerator.h21 class GrRecordingContext; variable
180 virtual bool onIsValid(GrRecordingContext*) const { return true; } in onIsValid() argument
/external/skia/src/gpu/ganesh/
DGrDrawingManager.h31 class GrRecordingContext; variable
219 friend class GrRecordingContext; // access to: ctor variable
DStencilMaskHelper.h14 class GrRecordingContext; variable
DGrDrawOpTest.h19 class GrRecordingContext; variable
DGrSWMaskHelper.h22 class GrRecordingContext; variable
DGrDDLTask.h46 void onPrePrepare(GrRecordingContext*) override { in onPrePrepare() argument
/external/skia/tools/skottie_ios_app/
DSkMetalViewBridge.h12 class GrRecordingContext; variable
/external/skia/bench/
DBenchmark.h31 class GrRecordingContext; variable
85 virtual bool getDMSAAStats(GrRecordingContext*) { return false; } in getDMSAAStats() argument
/external/skia/tests/
DTestUtils.h25 class GrRecordingContext; variable
/external/skia/gm/
Dimage_shader.cpp46 static sk_sp<SkImage> make_raster(GrRecordingContext*, in make_raster() argument
70 static sk_sp<SkImage> make_pict_gen(GrRecordingContext*, in make_pict_gen() argument
/external/skia/include/private/gpu/ganesh/
DGrContext_Base.h21 class GrRecordingContext; variable

1234