Home
last modified time | relevance | path

Searched refs:exactify (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrSurfaceProxyPriv.h37 void exactify(bool allocatedCaseOnly);
DGrSurfaceProxy.cpp376 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify() function in GrSurfaceProxyPriv
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxyPriv.h37 void exactify(bool allocatedCaseOnly);
DGrSurfaceProxy.cpp418 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify() function in GrSurfaceProxyPriv
/third_party/skia/src/core/
DSkSpecialImage.cpp416 proxy->priv().exactify(false); in onAsImage()
436 proxy->priv().exactify(true); in onAsImage()
/third_party/flutter/skia/src/core/
DSkSpecialImage.cpp488 fTextureProxy->priv().exactify(false); in onAsImage()
506 fTextureProxy->priv().exactify(true); in onAsImage()