Home
last modified time | relevance | path

Searched refs:isFullyLazy (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxy.cpp201 SkASSERT(!this->isFullyLazy()); in computeScratchKey()
220 SkASSERT(!this->isFullyLazy()); in backingStoreDimensions()
232 SkASSERT(!this->isFullyLazy()); in isFunctionallyExact()
258 SkASSERT(!src->isFullyLazy()); in Copy()
332 SkASSERT(!src->isFullyLazy()); in Copy()
371 SkASSERT(!fProxy->isFullyLazy()); in exactify()
430 if (fProxy->isFullyLazy()) { in doLazyInstantiation()
DGrSurfaceProxy.h119 bool isFullyLazy() const { in isFullyLazy() function
127 SkASSERT(!this->isFullyLazy()); in dimensions()
291 SkASSERT(!this->isFullyLazy()); in gpuMemorySize()
404 SkASSERT(this->isFullyLazy()); in setLazyDimensions()
DGrRenderTargetProxy.cpp153 SkASSERT(!this->isFullyLazy()); in callbackDesc()
DGrTextureRenderTargetProxy.cpp155 if (this->isFullyLazy()) { in callbackDesc()
DGrTextureProxy.cpp191 if (this->isFullyLazy()) { in callbackDesc()
DGrResourceAllocator.cpp341 if (cur->proxy()->isFullyLazy()) { in planAssignment()
/external/skia/src/gpu/effects/
DGrTextureEffect.cpp122 SkISize dim = proxy.isFullyLazy() ? SkISize{-1, -1} : proxy.backingStoreDimensions(); in Sampling()