• Home
  • Raw
  • Download

Lines Matching refs:GrSurfaceProxy

46 GrSurfaceProxy::GrSurfaceProxy(const GrBackendFormat& format,  in GrSurfaceProxy()  function in GrSurfaceProxy
65 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, in GrSurfaceProxy() function in GrSurfaceProxy
87 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, in GrSurfaceProxy() function in GrSurfaceProxy
104 GrSurfaceProxy::~GrSurfaceProxy() { in ~GrSurfaceProxy()
107 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl(GrResourceProvider* resourceProvider, in createSurfaceImpl()
130 bool GrSurfaceProxy::canSkipResourceAllocator() const { in canSkipResourceAllocator()
145 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) { in assign()
167 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl()
195 void GrSurfaceProxy::deinstantiate() { in deinstantiate()
200 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey()
219 SkISize GrSurfaceProxy::backingStoreDimensions() const { in backingStoreDimensions()
231 bool GrSurfaceProxy::isFunctionallyExact() const { in isFunctionallyExact()
237 bool GrSurfaceProxy::isFormatCompressed(const GrCaps* caps) const { in isFormatCompressed()
242 void GrSurfaceProxy::validate(GrContext_Base* context) const { in validate()
249 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy()
250 sk_sp<GrSurfaceProxy> src, in Copy()
325 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy()
326 sk_sp<GrSurfaceProxy> src, in Copy()
346 int32_t GrSurfaceProxy::testingOnly_getBackingRefCnt() const { in testingOnly_getBackingRefCnt()
354 GrInternalSurfaceFlags GrSurfaceProxy::testingOnly_getFlags() const { in testingOnly_getFlags()
358 SkString GrSurfaceProxy::dump() const { in dump()
422 syncKey = result.fKeyMode == GrSurfaceProxy::LazyInstantiationKeyMode::kSynced; in doLazyInstantiation()
467 void GrSurfaceProxy::validateSurface(const GrSurface* surface) { in validateSurface()