Searched defs:GrDrawContext (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrDrawContext.h46 class SK_API GrDrawContext : public SkRefCnt { class in inherits:SkRefCnt
48 ~GrDrawContext() override;
269 GrDrawContext(GrContext*, GrDrawingManager*, GrRenderTarget*,
/external/skia/src/gpu/
H A DGrDrawContext.cpp11 #include "GrDrawContext.h"
53 GrDrawContext::GrDrawContext(GrContext* context, function in class:GrDrawContext
73 void GrDrawContext::validate() const {
83 GrDrawContext::~GrDrawContext() {
88 GrDrawTarget* GrDrawContext::getDrawTarget() {
99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) {
103 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::copySurface");
108 void GrDrawContext
[all...]

Completed in 84 milliseconds