• Home
  • Raw
  • Download

Lines Matching refs:GrSurfaceProxy

44 GrSurfaceProxy::GrSurfaceProxy(const GrBackendFormat& format,  in GrSurfaceProxy()  function in GrSurfaceProxy
63 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, in GrSurfaceProxy() function in GrSurfaceProxy
85 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, in GrSurfaceProxy() function in GrSurfaceProxy
102 GrSurfaceProxy::~GrSurfaceProxy() { in ~GrSurfaceProxy()
105 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl(GrResourceProvider* resourceProvider, in createSurfaceImpl()
141 bool GrSurfaceProxy::canSkipResourceAllocator() const { in canSkipResourceAllocator()
156 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) { in assign()
178 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl()
206 void GrSurfaceProxy::deinstantiate() { in deinstantiate()
211 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey()
230 SkISize GrSurfaceProxy::backingStoreDimensions() const { in backingStoreDimensions()
242 bool GrSurfaceProxy::isFunctionallyExact() const { in isFunctionallyExact()
248 bool GrSurfaceProxy::isFormatCompressed(const GrCaps* caps) const { in isFormatCompressed()
253 void GrSurfaceProxy::validate(GrContext_Base* context) const { in validate()
260 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* rContext, in Copy()
261 sk_sp<GrSurfaceProxy> src, in Copy()
334 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy()
335 sk_sp<GrSurfaceProxy> src, in Copy()
355 int32_t GrSurfaceProxy::testingOnly_getBackingRefCnt() const { in testingOnly_getBackingRefCnt()
363 GrInternalSurfaceFlags GrSurfaceProxy::testingOnly_getFlags() const { in testingOnly_getFlags()
367 SkString GrSurfaceProxy::dump() const { in dump()
431 syncKey = result.fKeyMode == GrSurfaceProxy::LazyInstantiationKeyMode::kSynced; in doLazyInstantiation()
476 void GrSurfaceProxy::validateSurface(const GrSurface* surface) { in validateSurface()