Home
last modified time | relevance | path

Searched refs:fReadView (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceContext.h82 GrImageInfo imageInfo() const { return {fColorInfo, fReadView.proxy()->dimensions()}; } in imageInfo()
84 GrSurfaceOrigin origin() const { return fReadView.origin(); } in origin()
85 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle()
88 GrSurfaceProxyView readSurfaceView() { return fReadView; } in readSurfaceView()
90 SkISize dimensions() const { return fReadView.dimensions(); } in dimensions()
91 int width() const { return fReadView.proxy()->width(); } in width()
92 int height() const { return fReadView.proxy()->height(); } in height()
151 GrSurfaceProxy* asSurfaceProxy() { return fReadView.proxy(); } in asSurfaceProxy()
152 const GrSurfaceProxy* asSurfaceProxy() const { return fReadView.proxy(); } in asSurfaceProxy()
153 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); } in asSurfaceProxyRef()
[all …]
DGrSurfaceContext.cpp142 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in GrSurfaceContext()
1376 SkASSERT(fReadView.proxy()); in validate()
1377 fReadView.proxy()->validate(fContext); in validate()
1380 this->colorInfo().colorType(), fReadView.proxy()->backendFormat())); in validate()
/external/skia/src/core/
DSkSpecialSurface.cpp129 , fReadView(surfaceDrawContext->readSurfaceView()) { in SkSpecialSurface_Gpu()
144 if (!fReadView.asTextureProxy()) { in onMakeImageSnapshot()
154 std::move(fReadView), ct, in onMakeImageSnapshot()
160 GrSurfaceProxyView fReadView; member in SkSpecialSurface_Gpu