Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrOnFlushResourceProvider.cpp86 SkASSERT(proxy->canSkipResourceAllocator()); in instatiateProxy()
DGrSurfaceProxy.h216 bool canSkipResourceAllocator() const;
DGrSurfaceProxy.cpp130 bool GrSurfaceProxy::canSkipResourceAllocator() const { in canSkipResourceAllocator() function in GrSurfaceProxy
DGrResourceAllocator.cpp52 if (proxy->canSkipResourceAllocator()) {
/external/skqp/include/private/
DGrSurfaceProxy.h331 bool canSkipResourceAllocator() const;
/external/skqp/src/gpu/ops/
DGrTextureOp.cpp241 static_cast<unsigned>(fProxies[0].fProxy->canSkipResourceAllocator()); in TextureOp()
264 if (!fProxies[p].fProxy->canSkipResourceAllocator()) { in TextureOp()
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp194 bool GrSurfaceProxy::canSkipResourceAllocator() const { in canSkipResourceAllocator() function in GrSurfaceProxy