Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DSurfaceContext.h63 GrImageInfo imageInfo() const { return {fColorInfo, fReadView.proxy()->dimensions()}; } in imageInfo()
65 GrSurfaceOrigin origin() const { return fReadView.origin(); } in origin()
66 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle()
69 GrSurfaceProxyView readSurfaceView() { return fReadView; } in readSurfaceView()
71 SkISize dimensions() const { return fReadView.dimensions(); } in dimensions()
72 int width() const { return fReadView.proxy()->width(); } in width()
73 int height() const { return fReadView.proxy()->height(); } in height()
75 GrMipmapped mipmapped() const { return fReadView.mipmapped(); } in mipmapped()
134 GrSurfaceProxy* asSurfaceProxy() { return fReadView.proxy(); } in asSurfaceProxy()
135 const GrSurfaceProxy* asSurfaceProxy() const { return fReadView in asSurfaceProxy()
196 GrSurfaceProxyView fReadView; global() member in skgpu::SurfaceContext
[all...]
H A DSurfaceContext.cpp42 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in SurfaceContext()
1301 SkASSERT(fReadView.proxy()); in validate()
1302 fReadView.proxy()->validate(fContext); in validate()
1305 this->colorInfo().colorType(), fReadView.proxy()->backendFormat())); in validate()
/third_party/skia/src/core/
H A DSkSpecialSurface.cpp128 , fReadView(device->readSurfaceView()) { in SkSpecialSurface_Gpu()
138 if (!fReadView.asTextureProxy()) {
148 std::move(fReadView), ct,
154 GrSurfaceProxyView fReadView; member in SkSpecialSurface_Gpu

Completed in 4 milliseconds