• Home
  • Raw
  • Download

Lines Matching refs:GrSurfaceProxy

47 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, const GrSurfaceDesc& desc,  in GrSurfaceProxy()  function in GrSurfaceProxy
70 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, GrSurfaceOrigin origin, SkBackingFit fit) in GrSurfaceProxy() function in GrSurfaceProxy
85 GrSurfaceProxy::~GrSurfaceProxy() { in ~GrSurfaceProxy()
113 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl( in createSurfaceImpl()
118 SkASSERT(GrSurfaceProxy::LazyState::kNot == this->lazyInstantiationState()); in createSurfaceImpl()
150 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) { in assign()
162 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, in instantiateImpl()
190 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey()
211 void GrSurfaceProxy::setLastOpList(GrOpList* opList) { in setLastOpList()
222 GrRenderTargetOpList* GrSurfaceProxy::getLastRenderTargetOpList() { in getLastRenderTargetOpList()
226 GrTextureOpList* GrSurfaceProxy::getLastTextureOpList() { in getLastTextureOpList()
230 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth()
242 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight()
255 void GrSurfaceProxy::validate(GrContext* context) const { in validate()
264 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, in Copy()
265 GrSurfaceProxy* src, in Copy()
296 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src, in Copy()
302 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc, in TestCopy()
303 GrSurfaceProxy* srcProxy) { in TestCopy()
322 SkASSERT(GrSurfaceProxy::LazyState::kFully != fProxy->lazyInstantiationState()); in exactify()
350 SkASSERT(GrSurfaceProxy::LazyState::kNot != fProxy->lazyInstantiationState()); in doLazyInstantiation()
353 if (GrSurfaceProxy::LazyState::kPartially == fProxy->lazyInstantiationState()) { in doLazyInstantiation()