Home
last modified time | relevance | path

Searched refs:surfacePriv (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrSurfacePriv.h57 inline GrSurfacePriv GrSurface::surfacePriv() { return GrSurfacePriv(this); } in surfacePriv() function
59 inline const GrSurfacePriv GrSurface::surfacePriv() const { in surfacePriv() function
DGrTexture.cpp52 if (!texture->surfacePriv().hasUniqueRef() || texture->surfacePriv().hasPendingIO()) { in StealBackendTexture()
DGrRenderTargetProxy.cpp122 GrInternalSurfaceFlags surfaceFlags = surface->surfacePriv().flags(); in onValidateSurface()
DGrTextureRenderTargetProxy.cpp130 GrInternalSurfaceFlags surfaceFlags = surface->surfacePriv().flags(); in onValidateSurface()
DGrSurfaceProxy.cpp85 , fSurfaceFlags(fTarget->surfacePriv().flags()) in GrSurfaceProxy()
490 GrInternalSurfaceFlags surfaceFlags = surface->surfacePriv().flags(); in validateSurface()
DGrTextureProxy.cpp181 GrInternalSurfaceFlags surfaceFlags = surface->surfacePriv().flags(); in onValidateSurface()
DGrResourceAllocator.cpp264 return !proxy->priv().requiresNoPendingIO() || !s->surfacePriv().hasPendingIO(); in findSurfaceFor()
DGrContext.cpp575 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && dstSurface->surfacePriv().hasPendingIO()) { in writeSurfacePixels()
750 if (srcSurface->surfacePriv().hasPendingWrite()) { in readSurfacePixels()
/external/skqp/include/gpu/
DGrSurface.h61 inline GrSurfacePriv surfacePriv();
62 inline const GrSurfacePriv surfacePriv() const;
/external/skqp/src/image/
DSkImage_Gpu.cpp601 SkASSERT(!texture->surfacePriv().hasPendingIO()); in MakeBackendTextureFromSkImage()
605 if (!image->unique() || !texture->surfacePriv().hasUniqueRef() || in MakeBackendTextureFromSkImage()
620 SkASSERT(!texture->surfacePriv().hasPendingIO()); in MakeBackendTextureFromSkImage()
624 SkASSERT(texture->surfacePriv().hasUniqueRef()); in MakeBackendTextureFromSkImage()
/external/skqp/tests/
DProxyTest.cpp75 REPORTER_ASSERT(reporter, rt->surfacePriv().flags() == rtProxy->testingOnly_getFlags()); in check_rendertarget()