Home
last modified time | relevance | path

Searched refs:GrContext_Base (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
H A DGrContext_Base.cpp8 #include "include/private/GrContext_Base.h"
16 GrContext_Base::GrContext_Base(sk_sp<GrContextThreadSafeProxy> proxy) in GrContext_Base() function in GrContext_Base
20 GrContext_Base::~GrContext_Base() { } in ~GrContext_Base()
22 bool GrContext_Base::init() { in init()
28 uint32_t GrContext_Base::contextID() const { return fThreadSafeProxy->priv().contextID(); } in contextID()
29 GrBackendApi GrContext_Base::backend() const { return fThreadSafeProxy->priv().backend(); } in backend()
31 const GrContextOptions& GrContext_Base::options() const { in options()
35 const GrCaps* GrContext_Base
[all...]
H A DGrBaseContextPriv.h11 #include "include/private/GrContext_Base.h"
13 /** Class that exposes methods on GrContext_Base that are only intended for use internal to Skia.
14 This class is purely a privileged window into GrContext_Base. It should never have
18 GrContext_Base* context() { return fContext; } in context()
19 const GrContext_Base* context() const { return fContext; } in context()
23 bool matches(GrContext_Base* candidate) const { return this->context()->matches(candidate); } in matches()
39 explicit GrBaseContextPriv(GrContext_Base* context) : fContext(context) {} in GrBaseContextPriv()
41 GrContext_Base* fContext;
50 friend class GrContext_Base; // to construct/copy this type.
53 inline GrBaseContextPriv GrContext_Base
[all...]
H A DGrDrawOpTest.h16 class GrContext_Base;
42 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base*);
H A DGrDrawOpTest.cpp11 #include "include/private/GrContext_Base.h"
19 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base* context) { in GrGetRandomStencil()
H A DGrContextThreadSafeProxyPriv.h12 #include "include/private/GrContext_Base.h"
26 bool matches(GrContext_Base* candidate) const { in matches()
H A DGrSurfaceProxy.h19 class GrContext_Base;
344 void validate(GrContext_Base*) const;
H A DGrSurfaceProxy.cpp253 void GrSurfaceProxy::validate(GrContext_Base* context) const { in validate()
/third_party/skia/include/private/
H A DGrContext_Base.h23 class SK_API GrContext_Base : public SkRefCnt { class
25 ~GrContext_Base() override;
61 GrContext_Base(sk_sp<GrContextThreadSafeProxy>);
74 bool matches(GrContext_Base* candidate) const { in matches()
H A DGrImageContext.h11 #include "include/private/GrContext_Base.h"
19 class GrImageContext : public GrContext_Base {
52 using INHERITED = GrContext_Base;
/third_party/skia/include/gpu/
H A DGrRecordingContext.h274 static inline GrDirectContext* GrAsDirectContext(GrContext_Base* base) { in GrAsDirectContext()

Completed in 5 milliseconds